Udostępnij za pośrednictwem


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

'Declaration
Property TypeLib As Object
'Usage
Dim instance As IControl 
Dim value As Object 

value = instance.TypeLib

instance.TypeLib = value
Object TypeLib { get; set; }
property Object^ TypeLib {
    Object^ get ();
    void set (Object^ value);
}
function get TypeLib () : Object 
function set TypeLib (value : Object)

Property Value

Type: System.Object
The control's type library.

.NET Framework Security

See Also

Reference

IControl Interface

IControl Members

Microsoft.VisualStudio.VsWizard Namespace