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 to sort items.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Property Sorter As Comparison(Of ISchemaModelViewerNode)
Comparison<ISchemaModelViewerNode> Sorter { get; set; }
property Comparison<ISchemaModelViewerNode^>^ Sorter {
Comparison<ISchemaModelViewerNode^>^ get ();
void set (Comparison<ISchemaModelViewerNode^>^ value);
}
abstract Sorter : Comparison<ISchemaModelViewerNode> with get, set
function get Sorter () : Comparison<ISchemaModelViewerNode>
function set Sorter (value : Comparison<ISchemaModelViewerNode>)
Property Value
Type: System.Comparison<ISchemaModelViewerNode>
.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
ISchemaModelViewerNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace