IToolboxItemInfo.GetPropertyValue(String) 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.
Avec un ID de propriété, retourne la valeur correspondante pour cet élément.
public:
System::String ^ GetPropertyValue(System::String ^ name);
public:
Platform::String ^ GetPropertyValue(Platform::String ^ name);
std::wstring GetPropertyValue(std::wstring const & name);
public string GetPropertyValue (string name);
abstract member GetPropertyValue : string -> string
Public Function GetPropertyValue (name As String) As String
Paramètres
- name
- String
ID non localisé de la propriété ItemPropertyIdsAndNames de ProvideToolboxItemDiscoveryAttribute.
Retours
Valeur de cet élément.
Remarques
Cette méthode peut être appelée sur un thread d’arrière-plan.