IControl.TypeLib Property
Gets or sets the control's type library.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaración
Property TypeLib As Object
Get
Set
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)
Property Value
Type: System.Object
The control's type library.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.