IPerPropertyBrowsing2 Interface
Visual Studio 2015
Maps properties to their builders and executes the builders. A builder returns a value or values for a given property. An example of a builder is the style builder for a cascading stylesheet.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | ExecuteBuilder(Int32, Guid, Object, IntPtr, Object) | Executes the builder for a given property and returns the value from the builder. |
![]() | MapPropertyToBuilder(Int32, Guid, UInt32) | Maps the dispatch ID of a property to a builder for the property. |
Show:
