IPersistPropertyBag2.Save Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub Save ( _
pPropBag As IPropertyBag2, _
fClearDirty As Integer, _
fSaveAllProperties As Integer _
)
void Save(
IPropertyBag2 pPropBag,
int fClearDirty,
int fSaveAllProperties
)
void Save(
[InAttribute] IPropertyBag2^ pPropBag,
[InAttribute] int fClearDirty,
[InAttribute] int fSaveAllProperties
)
abstract Save :
pPropBag:IPropertyBag2 *
fClearDirty:int *
fSaveAllProperties:int -> unit
function Save(
pPropBag : IPropertyBag2,
fClearDirty : int,
fSaveAllProperties : int
)
Parameters
- pPropBag
Type: Microsoft.VisualStudio.OLE.Interop.IPropertyBag2
- fClearDirty
Type: Int32
- fSaveAllProperties
Type: 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.