IPropertyBag2 Interface
Visual Studio 2015
Sets and retrieves values for particular properties. Extends, but does not inherit from, IPropertyBag. Adds methods to retrieve type information about a property. For more information, see .ipropertybag2
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CountProperties(UInt32) | The number of properties in the property bag. |
![]() | GetPropertyInfo(UInt32, UInt32, array<PROPBAG2>^, UInt32) | Gets information for properties in a property bag without actually getting those properties. |
![]() | LoadObject(String^, UInt32, Object^, IErrorLog^) | Reads persistent properties from a property object. |
![]() | Read(UInt32, array<PROPBAG2>^, IErrorLog^, Object^, Int32) | Reads one or more properties from the property bag. |
![]() | Write(UInt32, array<PROPBAG2>^, Object^) | Saves properties into the property bag. |
Show:
