Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the comparison delegate to use when Schema View sorts items.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property Sorter As Comparison(Of ISchemaModelViewerNode)
public Comparison<ISchemaModelViewerNode> Sorter { get; set; }
public:
virtual property Comparison<ISchemaModelViewerNode^>^ Sorter {
Comparison<ISchemaModelViewerNode^>^ get () sealed;
void set (Comparison<ISchemaModelViewerNode^>^ value) sealed;
}
abstract Sorter : Comparison<ISchemaModelViewerNode> with get, set
override Sorter : Comparison<ISchemaModelViewerNode> with get, set
final function get Sorter () : Comparison<ISchemaModelViewerNode>
final function set Sorter (value : Comparison<ISchemaModelViewerNode>)
Property Value
Type: System.Comparison<ISchemaModelViewerNode>
Implements
.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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace