IDatabaseSchemaViewNode.Sorter Property

Gets or sets the comparison delegate to use when sorting items.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Property Sorter As Comparison(Of IDatabaseSchemaViewNode)
    Get
    Set
'Usage
Dim instance As IDatabaseSchemaViewNode
Dim value As Comparison(Of IDatabaseSchemaViewNode)

value = instance.Sorter

instance.Sorter = value
Comparison<IDatabaseSchemaViewNode> Sorter { get; set; }
property Comparison<IDatabaseSchemaViewNode^>^ Sorter {
    Comparison<IDatabaseSchemaViewNode^>^ get ();
    void set (Comparison<IDatabaseSchemaViewNode^>^ value);
}
function get Sorter () : Comparison<IDatabaseSchemaViewNode>
function set Sorter (value : Comparison<IDatabaseSchemaViewNode>)
abstract Sorter : Comparison<IDatabaseSchemaViewNode> with get, set

Property Value

Type: System.Comparison<IDatabaseSchemaViewNode>

.NET Framework Security

See Also

Reference

IDatabaseSchemaViewNode Interface

IDatabaseSchemaViewNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView Namespace