VCFileConfiguration.File Property
Gets the file in which this VCFileConfiguration object is declared.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
ReadOnly Property File As Object
Object File { get; }
property Object^ File {
Object^ get ();
}
abstract File : Object with get
function get File () : Object
Property Value
Type: System.Object
The file in which this object is declared.
.NET Framework Security
- 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
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace
Other Resources
How to: Compile and Run the Automation Object Model Code Examples