IPersistPropertyBag2.Save(IPropertyBag2, 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::IPropertyBag2 ^ pPropBag, int fClearDirty, int fSaveAllProperties);
public:
void Save(Microsoft::VisualStudio::OLE::Interop::IPropertyBag2 ^ pPropBag, int fClearDirty, int fSaveAllProperties);
void Save(Microsoft::VisualStudio::OLE::Interop::IPropertyBag2 const & pPropBag, int fClearDirty, int fSaveAllProperties);
public void Save (Microsoft.VisualStudio.OLE.Interop.IPropertyBag2 pPropBag, int fClearDirty, int fSaveAllProperties);
abstract member Save : Microsoft.VisualStudio.OLE.Interop.IPropertyBag2 * int * int -> unit
Public Sub Save (pPropBag As IPropertyBag2, fClearDirty As Integer, fSaveAllProperties As Integer)
Parameters
- pPropBag
- IPropertyBag2
- fClearDirty
- Int32
- fSaveAllProperties
- Int32