Selection.SelectionCount-Eigenschaft

Ruft die Anzahl der Objekte in der Auswahl ab.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property SelectionCount As Integer
    Get
public int SelectionCount { get; }
public:
property int SelectionCount {
    int get ();
}
member SelectionCount : int
function get SelectionCount () : int

Eigenschaftswert

Typ: System.Int32
Die Anzahl der Objekte in der Auswahl.

.NET Framework-Sicherheit

Siehe auch

Referenz

Selection Klasse

Microsoft.Windows.Design.Interaction-Namespace

SelectionCommands

SelectionOperations

SelectionTool

EditingContext

Weitere Ressourcen

Erweiterbare Architektur des WPF-Designers