Compartilhar via


Método VCToolFile.Save

Salva o arquivo de projeto (.vcxproj).

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

Sintaxe

'Declaração
Sub Save ( _
    Path As String _
)
void Save(
    string Path
)
void Save(
    [InAttribute] String^ Path
)
abstract Save : 
        Path:string -> unit 
function Save(
    Path : String
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

VCToolFile Interface

Namespace Microsoft.VisualStudio.VCProjectEngine