Partager via


CurrentDesignerView.ItemType, propriété

Obtient le type de cet élément.

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

Syntaxe

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

Valeur de propriété

Type : System.Type
Type qui représente le type de cet élément.

Notes

Cette propriété retourne toujours CurrentDesignerView.

Sécurité .NET Framework

Voir aussi

Référence

CurrentDesignerView Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF