Compartilhar via


IToolboxItemInfo.GetPropertyValue(String) Método

Definição

Dada uma ID de propriedade, retorna o valor correspondente para este item.

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

Parâmetros

name
String

Uma ID não localizada da propriedade ItemPropertyIdsAndNames de ProvideToolboxItemDiscoveryAttribute.

Retornos

O valor deste item.

Comentários

Esse método pode ser chamado em um thread em segundo plano.

Aplica-se a