ITypeLibInfo.Coclasses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the project's coclasses as a collection object.
public:
property System::Object ^ Coclasses { System::Object ^ get(); };
public:
property Platform::Object ^ Coclasses { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610743823)]
public object Coclasses { [System.Runtime.InteropServices.DispId(1610743823)] get; }
[<System.Runtime.InteropServices.DispId(1610743823)>]
[<get: System.Runtime.InteropServices.DispId(1610743823)>]
member this.Coclasses : obj
Public ReadOnly Property Coclasses As Object
Property Value
An object containing a collection of the coclasses associated with the wizard project.
- Attributes