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
'Dichiarazione
<GuidAttribute("8B8AF557-A3C7-4B4D-8B03-263DB1A44B87")> _
Public Interface IControl
[GuidAttribute("8B8AF557-A3C7-4B4D-8B03-263DB1A44B87")]
public interface IControl
[GuidAttribute(L"8B8AF557-A3C7-4B4D-8B03-263DB1A44B87")]
public interface class IControl
[<GuidAttribute("8B8AF557-A3C7-4B4D-8B03-263DB1A44B87")>]
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