IPersistPropertyBag.Save(IPropertyBag, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void Save(Microsoft::VisualStudio::OLE::Interop::IPropertyBag ^ pPropBag, int fClearDirty, int fSaveAllProperties);
public:
void Save(Microsoft::VisualStudio::OLE::Interop::IPropertyBag ^ pPropBag, int fClearDirty, int fSaveAllProperties);
void Save(Microsoft::VisualStudio::OLE::Interop::IPropertyBag const & pPropBag, int fClearDirty, int fSaveAllProperties);
public void Save (Microsoft.VisualStudio.OLE.Interop.IPropertyBag pPropBag, int fClearDirty, int fSaveAllProperties);
abstract member Save : Microsoft.VisualStudio.OLE.Interop.IPropertyBag * int * int -> unit
Public Sub Save (pPropBag As IPropertyBag, fClearDirty As Integer, fSaveAllProperties As Integer)
Parameters
- pPropBag
- IPropertyBag
- fClearDirty
- Int32
- fSaveAllProperties
- Int32