VCProject.Object Property

Definition

Provides a reference between the Visual Studio object model and the Visual C++ object model.

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

Property Value

A reference to the Visual Studio object model.

Attributes

Applies to