Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Function SaveProjectToLocation ( _
pszProjectFilename As String _
) As Integer
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
- 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.