IProvidePropertyBuilder Interface

Definition

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.

public interface class IProvidePropertyBuilder
public interface class IProvidePropertyBuilder
__interface IProvidePropertyBuilder
[System.Runtime.InteropServices.Guid("33C0C1D8-33CF-11D3-BFF2-00C04F990235")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IProvidePropertyBuilder
[<System.Runtime.InteropServices.Guid("33C0C1D8-33CF-11D3-BFF2-00C04F990235")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IProvidePropertyBuilder = interface
Public Interface IProvidePropertyBuilder
Attributes

Remarks

For more information about the interface, see Properties Window Overview and Properties Display Grid.

Methods

ExecuteBuilder(Int32, String, Object, Int32, Object, Boolean)

Run the builder for a given property.

ExecuteBuilder(Int32, String, Object, IntPtr, Object, Boolean)
MapPropertyToBuilder(Int32, Int32, String, Boolean)

Maps the dispatch ID of a property to a builder for the property.

Applies to