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
Public property Guid Gets the GUID for the ICoclassInfo object.
Public property Interfaces Gets the collection of interfaces for the parent object.
Public property Name Gets or sets the name of the object.

Top

See Also

Reference

Microsoft.VisualStudio.VsWizard Namespace