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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.Interaction