SelectionCount Property

The number of objects that are currently selected into this selection.

Namespace:  Microsoft.Data.Tools.Design.Core.Context
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public ReadOnly Property SelectionCount As Integer
    Get
'Usage
Dim instance As Selection
Dim value As Integer

value = instance.SelectionCount
public int SelectionCount { get; }
public:
property int SelectionCount {
    int get ();
}
member SelectionCount : int
function get SelectionCount () : int

Property Value

Type: System..::..Int32

See Also

Reference

Selection< (Of < ( <'T, Owner> ) > ) > Class

Microsoft.Data.Tools.Design.Core.Context Namespace