Compartilhar via


Propriedade VCFileConfiguration.File

Obtém o arquivo no qual este VCFileConfiguration objeto for declarado.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
ReadOnly Property File As Object
Object File { get; }
property Object^ File {
    Object^ get ();
}
abstract File : Object with get
function get File () : Object

Valor de propriedade

Tipo: Object
O arquivo no qual este objeto é declarado.

Segurança do .NET Framework

Consulte também

Referência

VCFileConfiguration Interface

Namespace Microsoft.VisualStudio.VCProjectEngine

Outros recursos

Como compilar e executar os exemplos de código do modelo de objeto Automation