IToolboxItemInfo.ExtraInfo 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 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.