Compartir a través de


IToolboxItemInfo.ExtraInfo Propiedad

Definición

Obtiene una colección de pares nombre-valor que se pasarán a IToolboxItemCreator.CreateToolboxItem si el usuario decide crear el 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))

Valor de propiedad

Comentarios

Se puede tener acceso a esta propiedad en un subproceso en segundo plano.

Se aplica a