IPersistFile.Save Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub Save ( _
pszFileName As String, _
fRemember As Integer _
)
void Save(
string pszFileName,
int fRemember
)
void Save(
[InAttribute] String^ pszFileName,
[InAttribute] int fRemember
)
abstract Save :
pszFileName:string *
fRemember:int -> unit
function Save(
pszFileName : String,
fRemember : int
)
Parameters
- pszFileName
Type: System.String
- fRemember
Type: System.Int32
.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.