IPropertyBag2 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
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:
