Partager via


Selection.SelectionCount, propriété

Obtient le nombre d'objets dans la sélection.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SelectionCount As Integer
    Get
public int SelectionCount { get; }
public:
property int SelectionCount {
    int get ();
}
member SelectionCount : int
function get SelectionCount () : int

Valeur de propriété

Type : System.Int32
Retourne le nombre d'objets dans la sélection.

Sécurité .NET Framework

Voir aussi

Référence

Selection Classe

Microsoft.Windows.Design.Interaction, espace de noms

SelectionCommands

SelectionOperations

SelectionTool

EditingContext

Autres ressources

Architecture de l'extensibilité du Concepteur WPF