Proprietà Selection.SelectionCount

Ottiene il numero di oggetti nella selezione.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Valore proprietà

Tipo: System.Int32
Numero di oggetti nella selezione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Selection Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

SelectionCommands

SelectionOperations

SelectionTool

EditingContext

Altre risorse

Architettura di estensibilità di Progettazione WPF