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("BFF19880-2724-4495-AF53-0529DEC60914")> _
Public Interface ICoclassInfo
[GuidAttribute("BFF19880-2724-4495-AF53-0529DEC60914")]
public interface ICoclassInfo
[GuidAttribute(L"BFF19880-2724-4495-AF53-0529DEC60914")]
public interface class ICoclassInfo
[<GuidAttribute("BFF19880-2724-4495-AF53-0529DEC60914")>]
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