VCToolFile.Save(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Enregistre le fichier projet (.vcxproj).
public:
void Save(System::String ^ Path);
public:
void Save(Platform::String ^ Path);
void Save(std::wstring const & Path);
[System.Runtime.InteropServices.DispId(2205)]
public void Save (string Path);
[<System.Runtime.InteropServices.DispId(2205)>]
abstract member Save : string -> unit
Public Sub Save (Path As String)
Paramètres
- Path
- String
Chemin d'accès à l'emplacement d'enregistrement.
- Attributs