IToolboxItemInfo.ExtraInfo Proprietà

Definizione

Ottiene una raccolta di coppie nome-valore che verranno passate a IToolboxItemCreator.CreateToolboxItem se l'utente sceglie di creare l'elemento.

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

Valore della proprietà

Commenti

È possibile accedere a questa proprietà in un thread in background.

Si applica a