Sdílet prostřednictvím


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
'Usage
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

See Also

Concepts

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

Reference

VCFileConfiguration Interface

VCFileConfiguration Members

Microsoft.VisualStudio.VCProjectEngine Namespace