Udostępnij za pośrednictwem


IPersistStorage.Save Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub Save ( _
    pStgSave As IStorage, _
    fSameAsLoad As Integer _
)
void Save(
    IStorage pStgSave,
    int fSameAsLoad
)
void Save(
    [InAttribute] IStorage^ pStgSave, 
    [InAttribute] int fSameAsLoad
)
abstract Save : 
        pStgSave:IStorage * 
        fSameAsLoad:int -> unit 
function Save(
    pStgSave : IStorage, 
    fSameAsLoad : int
)

Parameters

.NET Framework Security

See Also

Reference

IPersistStorage Interface

Microsoft.VisualStudio.OLE.Interop Namespace