Gets the file in which this VCFileConfiguration object is declared.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
ReadOnly Property File As Object
用法
Dim instance As VCFileConfiguration
Dim value As Object
value = instance.File
Object File { get; }
property Object^ File {
    Object^ get ();
}
function get File () : Object
Property Value
Type: System.Object
The file in which this object is declared.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
 
See Also
Concepts
How to: Compile and Run the Automation Object Model Code Examples