Partager via


PropertyIdentifier.DeclaringType, propriété

Obtient le type qui déclare cette propriété, s'il a été défini dans le constructeur.

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

Syntaxe

'Déclaration
Public ReadOnly Property DeclaringType As Type
    Get
public Type DeclaringType { get; }
public:
property Type^ DeclaringType {
    Type^ get ();
}
member DeclaringType : Type
function get DeclaringType () : Type

Valeur de propriété

Type : System.Type
Type qui déclare la propriété, ou nullune référence null (Nothing en Visual Basic) si l'identificateur de propriété a été créé à l'aide d'un TypeIdentifier.

Sécurité .NET Framework

Voir aussi

Référence

PropertyIdentifier Structure

Microsoft.Windows.Design.Metadata, espace de noms