Поделиться через


IToolboxItemInfo.ExtraInfo Свойство

Определение

Возвращает коллекцию пар "имя-значение", которые будут переданы в IToolboxItemCreator.CreateToolboxItem, если пользователь решит создать элемент.

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

Значение свойства

Комментарии

Доступ к этому свойству можно получить в фоновом потоке.

Применяется к