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

.NET Framework Security

See Also

Reference

IPersistFile Interface

Microsoft.VisualStudio.OLE.Interop Namespace