Share via


IInstalledToolboxItemInfo.CustomProperties 屬性

定義

取得要顯示在對話框「自定義」數據行中的字串,如果不需要任何自定義屬性,則為 null。

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

屬性值

適用於