Partager via


Selection.ItemType, propriété

Obtient le type de Selection.

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

Syntaxe

'Déclaration
Public Overrides NotOverridable ReadOnly Property ItemType As Type
    Get
public override sealed Type ItemType { get; }
public:
virtual property Type^ ItemType {
    Type^ get () override sealed;
}
abstract ItemType : Type
override ItemType : Type
override final function get ItemType () : Type

Valeur de propriété

Type : System.Type
Type de Selection.

Notes

Le type de Selection est toujours typeof(Selection).

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