IControl Interface
The IControl object provides information about the properties of the specified control.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
<GuidAttribute("BA36409C-EDE0-42F7-9B72-148B46A96AAF")> _
Public Interface IControl
[GuidAttribute("BA36409C-EDE0-42F7-9B72-148B46A96AAF")]
public interface IControl
[GuidAttribute(L"BA36409C-EDE0-42F7-9B72-148B46A96AAF")]
public interface class IControl
[<GuidAttribute("BA36409C-EDE0-42F7-9B72-148B46A96AAF")>]
type IControl = interface end
public interface IControl
The IControl type exposes the following members.
Properties
Name | Description | |
---|---|---|
CoClass | Gets or sets a string containing the name of the coclass for the given IControl object. | |
Guid | Gets or sets the GUID for the IControl object. | |
Interfaces | Gets the collection of interfaces for the parent object. | |
Location | Gets or sets a string containing the location of the specified item. | |
Name | Gets or sets the name of the object. | |
TypeInfo | Infrastructure. Microsoft Internal Use Only. | |
TypeLib | Gets or sets the control's type library. | |
Version | Gets or sets the version of the type library or control. |
Top