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

'Declaración
ReadOnly Property File As Object
    Get
Object File { get; }
property Object^ File {
    Object^ get ();
}
abstract File : Object
function get File () : Object

Property Value

Type: System.Object
The file in which this object is declared.

.NET Framework Security

See Also

Reference

VCFileConfiguration Interface

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples