AttachedPropertyBrowsableForTypeAttribute.TypeId 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.
Obtient un identificateur de type unique pour cet AttachedPropertyBrowsableForTypeAttribute attribut .NET Framework.
public:
virtual property System::Object ^ TypeId { System::Object ^ get(); };
public override object TypeId { get; }
member this.TypeId : obj
Public Overrides ReadOnly Property TypeId As Object
Valeur de propriété
Objet qui est un identificateur unique pour le AttachedPropertyBrowsableForTypeAttribute.
Remarques
Cette implémentation retourne une valeur unique pour chaque attribut .NET Framework, ce qui est nécessaire, car cet attribut .NET Framework autorise plusieurs utilisations.