Sdílet prostřednictvím


IToolboxItemInfo.ExtraInfo Vlastnost

Definice

Získá kolekci párů název-hodnota, která bude předána IToolboxItemCreator.CreateToolboxItem, pokud se uživatel rozhodne vytvořit položku.

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

Hodnota vlastnosti

Poznámky

Tato vlastnost může být přístupná ve vlákně na pozadí.

Platí pro