Freigeben über


ISelectionService.SelectionCount-Eigenschaft

Ruft den Zähler der ausgewählten Objekte ab.

Namespace: System.ComponentModel.Design
Assembly: System (in system.dll)

Syntax

'Declaration
ReadOnly Property SelectionCount As Integer
'Usage
Dim instance As ISelectionService
Dim value As Integer

value = instance.SelectionCount
int SelectionCount { get; }
property int SelectionCount {
    int get ();
}
/** @property */
int get_SelectionCount ()
function get SelectionCount () : int

Eigenschaftenwert

Die Anzahl der ausgewählten Objekte.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

ISelectionService-Schnittstelle
ISelectionService-Member
System.ComponentModel.Design-Namespace