[This is preliminary documentation and is subject to change.]

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected override sealed void ApplySort(
	PropertyDescriptor property,
	ListSortDirection direction
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected Overrides NotOverridable Sub ApplySort ( _
	property As PropertyDescriptor, _
	direction As ListSortDirection _
)
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
protected:
virtual void ApplySort(
	PropertyDescriptor^ property, 
	ListSortDirection direction
) override sealed
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract ApplySort : 
        property:PropertyDescriptor * 
        direction:ListSortDirection -> unit 
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override ApplySort : 
        property:PropertyDescriptor * 
        direction:ListSortDirection -> unit 
JScript
protected override final function ApplySort(
	property : PropertyDescriptor, 
	direction : ListSortDirection
)

Exceptions

ExceptionCondition
System..::..NotSupportedExceptionalways

See Also

Collapse/expand Version History

1.5.2