Compartir a través de


ModelingWindowPane.SelectionCount (Propiedad)

Obtiene el número de elementos seleccionados en el panel de ventana.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Shell
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (en Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Sintaxis

'Declaración
Public ReadOnly Property SelectionCount As Integer
public int SelectionCount { get; }

Valor de propiedad

Tipo: System.Int32
El número de elementos seleccionados en el panel de ventana.

Implementaciones

ISelectionService.SelectionCount

Comentarios

De manera predeterminada, este método devuelve el número de la colección SelectedElements .

Seguridad de .NET Framework

Vea también

Referencia

ModelingWindowPane Clase

Microsoft.VisualStudio.Modeling.Shell (Espacio de nombres)