IToolboxItemInfo.ExtraInfo Property

Definition

Gets a collection of name-value pairs which will be passed to IToolboxItemCreator.CreateToolboxItem if the user chooses to create the item.

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

Property Value

Remarks

This property may be accessed on a background thread.

Applies to