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("582AFB47-D7FD-4F14-9D2F-0D0A835F8F85")> _
Public Interface ICoclassInfo
[GuidAttribute("582AFB47-D7FD-4F14-9D2F-0D0A835F8F85")]
public interface ICoclassInfo
[GuidAttribute(L"582AFB47-D7FD-4F14-9D2F-0D0A835F8F85")]
public interface class ICoclassInfo
[<GuidAttribute("582AFB47-D7FD-4F14-9D2F-0D0A835F8F85")>]
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