Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This method is not supported.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
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: PropertyDescriptorThe property being sort by.
direction
Type: ListSortDirectionThe 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.