Saves the project file (.vcproj).
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Sub Save ( _
    Path As String _
)
用法
Dim instance As VCToolFile
Dim Path As String
instance.Save(Path)
void Save(
    string Path
)
void Save(
    [InAttribute] String^ Path
)
function Save(
    Path : String
)
Parameters
- Path 
 Type: System.String- Path to the save location. 
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.