VCFileConfiguration.File 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 file in which this VCFileConfiguration object is declared.
public:
property System::Object ^ File { System::Object ^ get(); };
public:
property Platform::Object ^ File { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(502)]
public object File { [System.Runtime.InteropServices.DispId(502)] get; }
[<System.Runtime.InteropServices.DispId(502)>]
[<get: System.Runtime.InteropServices.DispId(502)>]
member this.File : obj
Public ReadOnly Property File As Object
Property Value
The file in which this object is declared.
- Attributes