IHtmlControlDesignerBehavior.GetAttribute(String, Boolean) Méthode
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 l’attribut spécifié.
public:
System::Object ^ GetAttribute(System::String ^ attribute, bool ignoreCase);
public object GetAttribute(string attribute, bool ignoreCase);
abstract member GetAttribute : string * bool -> obj
Public Function GetAttribute (attribute As String, ignoreCase As Boolean) As Object
Paramètres
- attribute
- String
Attribut à récupérer.
- ignoreCase
- Boolean
true si la syntaxe d’attribut ne respecte pas la casse ; sinon, false.
Retours
Attribut récupéré.
Remarques
Note
La GetAttribute méthode est obsolète. Utilisez la GetAttribute méthode sur la Tag propriété de la ControlDesigner classe pour les fonctionnalités équivalentes du concepteur de contrôles.