MarkupProperty.DependencyProperty Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas de substitution dans une classe dérivée, obtient l’identificateur DependencyProperty de la propriété de balisage, si celle-ci est implémentée en tant que propriété de dépendance.
public:
virtual property System::Windows::DependencyProperty ^ DependencyProperty { System::Windows::DependencyProperty ^ get(); };
public virtual System.Windows.DependencyProperty DependencyProperty { get; }
member this.DependencyProperty : System.Windows.DependencyProperty
Public Overridable ReadOnly Property DependencyProperty As DependencyProperty
Valeur de propriété
Identificateur de la propriété de dépendance.
Remarques
Le comportement par défaut retourne null
.