VCFile.Object 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.
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(418)]
public object Object { [System.Runtime.InteropServices.DispId(418)] get; }
[<System.Runtime.InteropServices.DispId(418)>]
[<get: System.Runtime.InteropServices.DispId(418)>]
member this.Object : obj
Public ReadOnly Property Object As Object
Property Value
A reference to the Visual Studio object model.
- Attributes