VCActiveXReference.project Property

Definition

Returns the generic project object associated with the Visual Basic or Visual C# project.

public:
 property System::Object ^ project { System::Object ^ get(); };
public:
 property Platform::Object ^ project { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(676)]
public object project { [System.Runtime.InteropServices.DispId(676)] get; }
[<System.Runtime.InteropServices.DispId(676)>]
[<get: System.Runtime.InteropServices.DispId(676)>]
member this.project : obj
Public ReadOnly Property project As Object

Property Value

A project object.

Implements

Attributes

Remarks

The project property provides access to the general extensibility Project object.

Applies to