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.
Retourne la valeur correspondante pour cet élément à partir d'un identificateur de propriété donné.
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
Identificateur non localisé de la propriété ItemPropertyIdsAndNames.
Retours
Valeur de cet élément.
Remarques
Cette méthode peut être appelée sur un thread d’arrière-plan.