Udostępnij za pośrednictwem


IToolboxItemInfo.ExtraInfo Właściwość

Definicja

Pobiera kolekcję par name-value, które zostaną przekazane do elementu IToolboxItemCreator.CreateToolboxItem, jeśli użytkownik zdecyduje się utworzyć element.

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

Wartość właściwości

Uwagi

Dostęp do tej właściwości można uzyskać w wątku w tle.

Dotyczy