Propriedade Selection.SelectionCount

Obtém o número de objetos na seleção.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Int32
O número de objetos na seleção.

Segurança do .NET Framework

Consulte também

Referência

Selection Classe

Namespace Microsoft.Windows.Design.Interaction

SelectionCommands

SelectionOperations

SelectionTool

EditingContext

Outros recursos

Arquitetura de extensibilidade Designer WPF