Share via


IPersistPropertyBag.Save Method

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

Syntax

'Declaration
Sub Save ( _
    pPropBag As IPropertyBag, _
    fClearDirty As Integer, _
    fSaveAllProperties As Integer _
)
void Save(
    IPropertyBag pPropBag,
    int fClearDirty,
    int fSaveAllProperties
)
void Save(
    [InAttribute] IPropertyBag^ pPropBag, 
    [InAttribute] int fClearDirty, 
    [InAttribute] int fSaveAllProperties
)
abstract Save : 
        pPropBag:IPropertyBag * 
        fClearDirty:int * 
        fSaveAllProperties:int -> unit 
function Save(
    pPropBag : IPropertyBag, 
    fClearDirty : int, 
    fSaveAllProperties : int
)

Parameters

.NET Framework Security

See Also

Reference

IPersistPropertyBag Interface

Microsoft.VisualStudio.OLE.Interop Namespace