IToolboxItemInfo.GetPropertyValue(String) Metodo

Definizione

Dato un ID proprietà, restituisce il valore corrispondente per questo elemento.

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

Parametri

name
String

ID non localizzato dalla proprietà ItemPropertyIdsAndNames di ProvideToolboxItemDiscoveryAttribute.

Restituisce

Valore di questo elemento.

Commenti

Questo metodo può essere chiamato su un thread in background.

Si applica a