Partager via


VCToolFile.Save, méthode

Enregistre le fichier projet (.vcxproj).

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Sub Save ( _
    Path As String _
)
void Save(
    string Path
)
void Save(
    [InAttribute] String^ Path
)
abstract Save : 
        Path:string -> unit
function Save(
    Path : String
)

Paramètres

  • Path
    Type : String

    Chemin d'accès à l'emplacement d'enregistrement.

Sécurité .NET Framework

Voir aussi

Référence

VCToolFile Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms