IInstalledToolboxItemInfo.CustomProperties Property

Definition

Gets the strings to display in the dialog’s “custom” columns, or null if no custom properties are needed.

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))

Property Value

Applies to