IProvidePropertyBuilder Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

<GuidAttribute("33C0C1D8-33CF-11D3-BFF2-00C04F990235")>
<InterfaceTypeAttribute(1)>
Public Interface IProvidePropertyBuilder

NameDescription
System_CAPS_pubmethodExecuteBuilder(Int32, String, Object, Int32, Object, Boolean)

Run the builder for a given property.

System_CAPS_pubmethodMapPropertyToBuilder(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.

Return to top
Show: