[This is preliminary documentation and is subject to change.]
Throws NotSupportedException
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] protected override sealed PropertyDescriptor SortProperty { get; } |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Protected Overrides NotOverridable ReadOnly Property SortProperty As PropertyDescriptor Get |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Never)] protected: virtual property PropertyDescriptor^ SortProperty { PropertyDescriptor^ get () override sealed; } |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] abstract SortProperty : PropertyDescriptor [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] override SortProperty : PropertyDescriptor |
| JScript |
|---|
override final function get SortProperty () : PropertyDescriptor |
Return Value
This property never returns value
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | always |
See Also
Version History
1.5.2
- Access changed from private to protected. EditorBrowsableAttribute added.