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)

Syntax

'Declaration
<GuidAttribute("33C0C1D8-33CF-11D3-BFF2-00C04F990235")> _
<InterfaceTypeAttribute()> _
Public Interface IProvidePropertyBuilder
'Usage
Dim instance As IProvidePropertyBuilder
[GuidAttribute("33C0C1D8-33CF-11D3-BFF2-00C04F990235")]
[InterfaceTypeAttribute()]
public interface IProvidePropertyBuilder
[GuidAttribute(L"33C0C1D8-33CF-11D3-BFF2-00C04F990235")]
[InterfaceTypeAttribute()]
public interface class IProvidePropertyBuilder
public interface IProvidePropertyBuilder

Remarks

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

See Also

Reference

IProvidePropertyBuilder Members

Microsoft.VisualStudio.Shell.Interop Namespace