Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the control's type library.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
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)
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.