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
Public property CoClass Gets or sets a string containing the name of the coclass for the given IControl object.
Public property Guid Gets or sets the GUID for the IControl object.
Public property Interfaces Gets the collection of interfaces for the parent object.
Public property Location Gets or sets a string containing the location of the specified item.
Public property Name Gets or sets the name of the object.
Public property TypeInfo Infrastructure. Microsoft Internal Use Only.
Public property TypeLib Gets or sets the control's type library.
Public property Version Gets or sets the version of the type library or control.

Top

See Also

Reference

Microsoft.VisualStudio.VsWizard Namespace