共用方式為


IVsDeferredSaveProject.SaveProjectToLocation Method

Tells the project to save itself and all its contents to the specified location on disk.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'宣告
Function SaveProjectToLocation ( _
    pszProjectFilename As String _
) As Integer
'用途
Dim instance As IVsDeferredSaveProject
Dim pszProjectFilename As String
Dim returnValue As Integer

returnValue = instance.SaveProjectToLocation(pszProjectFilename)
int SaveProjectToLocation(
    string pszProjectFilename
)
int SaveProjectToLocation(
    [InAttribute] String^ pszProjectFilename
)
abstract SaveProjectToLocation : 
        pszProjectFilename:string -> int 
function SaveProjectToLocation(
    pszProjectFilename : String
) : int

Parameters

  • pszProjectFilename
    Type: System.String
    [in] A pointer to a string containing the full path and project filename.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsDeferredSaveProject::SaveProjectToLocation(
   [in] LPCOLESTR pszProjectFilename
);

.NET Framework Security

See Also

Reference

IVsDeferredSaveProject Interface

IVsDeferredSaveProject Members

Microsoft.VisualStudio.Shell.Interop Namespace