Condividi tramite


Proprietà ModelingWindowPane.SelectionCount

Ottiene il numero di elementi che sono selezionati nel riquadro della finestra.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SelectionCount As Integer
public int SelectionCount { get; }

Valore proprietà

Tipo: System.Int32
Numero di elementi selezionati nel riquadro della finestra.

Implementa

ISelectionService.SelectionCount

Note

Per impostazione predefinita, questo metodo restituisce il numero della raccolta SelectedElements.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelingWindowPane Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.Shell