ICoclassInfo Interface
The ICoclassInfo object provides information about the properties of the specified coclass.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
<GuidAttribute("90C692F0-470B-4886-ABAD-B8C39BE17D21")> _
Public Interface ICoclassInfo
[GuidAttribute("90C692F0-470B-4886-ABAD-B8C39BE17D21")]
public interface ICoclassInfo
[GuidAttribute(L"90C692F0-470B-4886-ABAD-B8C39BE17D21")]
public interface class ICoclassInfo
[<GuidAttribute("90C692F0-470B-4886-ABAD-B8C39BE17D21")>]
type ICoclassInfo = interface end
public interface ICoclassInfo
The ICoclassInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
Guid | Gets the GUID for the ICoclassInfo object. | |
Interfaces | Gets the collection of interfaces for the parent object. | |
Name | Gets or sets the name of the object. |
Top