[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 ListSortDirection SortDirection { get; } |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Protected Overrides NotOverridable ReadOnly Property SortDirection As ListSortDirection Get |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Never)] protected: virtual property ListSortDirection SortDirection { ListSortDirection get () override sealed; } |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] abstract SortDirection : ListSortDirection [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] override SortDirection : ListSortDirection |
| JScript |
|---|
override final function get SortDirection () : ListSortDirection |
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.