IPropertyBag2 Methods

 

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

NameDescription
System_CAPS_pubmethodCountProperties(UInt32)

The number of properties in the property bag.

System_CAPS_pubmethodGetPropertyInfo(UInt32, UInt32, array<PROPBAG2>^, UInt32)

Gets information for properties in a property bag without actually getting those properties.

System_CAPS_pubmethodLoadObject(String^, UInt32, Object^, IErrorLog^)

Reads persistent properties from a property object.

System_CAPS_pubmethodRead(UInt32, array<PROPBAG2>^, IErrorLog^, Object^, Int32)

Reads one or more properties from the property bag.

System_CAPS_pubmethodWrite(UInt32, array<PROPBAG2>^, Object^)

Saves properties into the property bag.

Return to top
Show: