IToolboxItemInfo.ExtraInfo Property
Gets a collection of name-value pairs that will be passed to CreateToolboxItem if the user chooses to create the item.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
ReadOnly Property ExtraInfo As IEnumerable(Of KeyValuePair(Of String, String))
IEnumerable<KeyValuePair<string, string>> ExtraInfo { get; }
property IEnumerable<KeyValuePair<String^, String^>>^ ExtraInfo {
IEnumerable<KeyValuePair<String^, String^>>^ get ();
}
abstract ExtraInfo : IEnumerable<KeyValuePair<string, string>> with get
function get ExtraInfo () : IEnumerable<KeyValuePair<String, String>>
Property Value
Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>
Remarks
This property can be accessed on a background thread.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.