IProvidePropertyBuilder Interface
Visual Studio 2015
Managers a builder, code that constructs the value for a property. This often takes the form of a dialog displayed by clicking an ellipsis button on the property page.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | ExecuteBuilder(Int32, String, Object, Int32, Object, Boolean) | Run the builder for a given property. |
![]() | MapPropertyToBuilder(Int32, Int32, String, Boolean) | Maps the dispatch ID of a property to a builder for the property. |
For more information about the interface, see Properties Window Overview and Properties Display Grid.
Show:
