ReadOnlyLinkedElementCollection<T>.IBindingList.ApplySort Method
This method is not supported.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
Private Sub ApplySort ( _
property As PropertyDescriptor, _
direction As ListSortDirection _
) Implements IBindingList.ApplySort
void IBindingList.ApplySort(
PropertyDescriptor property,
ListSortDirection direction
)
private:
virtual void ApplySort(
PropertyDescriptor^ property,
ListSortDirection direction
) sealed = IBindingList::ApplySort
private abstract ApplySort :
property:PropertyDescriptor *
direction:ListSortDirection -> unit
private override ApplySort :
property:PropertyDescriptor *
direction:ListSortDirection -> unit
JScript does not support explicit interface implementations.
Parameters
- property
Type: System.ComponentModel.PropertyDescriptor
The property being sort by.
- direction
Type: System.ComponentModel.ListSortDirection
The direction of the sort.
Implements
IBindingList.ApplySort(PropertyDescriptor, ListSortDirection)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.