Compartir a través de


IControl.TypeLib (Propiedad)

Obtiene o establece la biblioteca de tipos del control.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
Property TypeLib As Object
Object TypeLib { get; set; }
property Object^ TypeLib {
    Object^ get ();
    void set (Object^ value);
}
abstract TypeLib : Object with get, set
function get TypeLib () : Object 
function set TypeLib (value : Object)

Valor de propiedad

Tipo: Object
Biblioteca de tipos del control.

Seguridad de .NET Framework

Vea también

Referencia

IControl Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)