Compartir a través de


Selection.SelectionCount (Propiedad)

Obtiene el número de objetos de la selección.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Int32
Número de objetos de la selección.

Seguridad de .NET Framework

Vea también

Referencia

Selection Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

SelectionCommands

SelectionOperations

SelectionTool

EditingContext

Otros recursos

Arquitectura de extensibilidad de WPF Designer