Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
[GuidAttribute("33C0C1D8-33CF-11D3-BFF2-00C04F990235")]
[InterfaceTypeAttribute()]
public interface IProvidePropertyBuilder
[GuidAttribute(L"33C0C1D8-33CF-11D3-BFF2-00C04F990235")]
[InterfaceTypeAttribute()]
public interface class IProvidePropertyBuilder
[<GuidAttribute("33C0C1D8-33CF-11D3-BFF2-00C04F990235")>]
[<InterfaceTypeAttribute()>]
type IProvidePropertyBuilder = interface end
public interface IProvidePropertyBuilder
The IProvidePropertyBuilder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
ExecuteBuilder | Run the builder for a given property. |
![]() |
MapPropertyToBuilder | Maps the dispatch ID of a property to a builder for the property. |
Top
Remarks
For more information about the interface, see Properties Window Overview and Properties Display Grid.
.gif)