InstalledToolboxItemInfo.CustomProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))