Share via


IToolboxItemInfo.ExtraInfo 屬性

定義

取得名稱/值組的集合,如果用戶選擇建立專案,則會傳遞至 IToolboxItemCreator.CreateToolboxItem。

public:
 property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ ExtraInfo { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> ExtraInfo { get; }
member this.ExtraInfo : seq<System.Collections.Generic.KeyValuePair<string, string>>
Public ReadOnly Property ExtraInfo As IEnumerable(Of KeyValuePair(Of String, String))

屬性值

備註

這個屬性可以在背景線程上存取。

適用於