Share via


IToolboxItemInfo.GetPropertyValue(String) 方法

定義

指定屬性識別碼時,傳回這個項目的對應值。

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

參數

name
String

ProvideToolboxItemDiscoveryAttribute 之 ItemPropertyIdsAndNames 屬性的非當地語系化標識碼。

傳回

這個專案的值。

備註

這個方法可以在背景線程上呼叫。

適用於