Condividi tramite


Proprietà ModelingWindowPane.SelectionCount

Ottiene il numero di elementi selezionati nel riquadro.

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

Sintassi

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

Valore proprietà

Tipo: System.Int32
Il numero di elementi selezionati nel riquadro.

Implementa

ISelectionService.SelectionCount

Note

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelingWindowPane Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.Shell