Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Maps properties to their builders and executes the builders. A builder returns a value or values for a given property. An example of a builder is the style builder for a cascading stylesheet.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("33C0C1DA-33CF-11D3-BFF2-00C04F990235")> _
<InterfaceTypeAttribute()> _
Public Interface IPerPropertyBrowsing2
[GuidAttribute("33C0C1DA-33CF-11D3-BFF2-00C04F990235")]
[InterfaceTypeAttribute()]
public interface IPerPropertyBrowsing2
[GuidAttribute(L"33C0C1DA-33CF-11D3-BFF2-00C04F990235")]
[InterfaceTypeAttribute()]
public interface class IPerPropertyBrowsing2
[<GuidAttribute("33C0C1DA-33CF-11D3-BFF2-00C04F990235")>]
[<InterfaceTypeAttribute()>]
type IPerPropertyBrowsing2 = interface end
public interface IPerPropertyBrowsing2
The IPerPropertyBrowsing2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ExecuteBuilder | Executes the builder for a given property and returns the value from the builder. |
![]() |
MapPropertyToBuilder | Maps the dispatch ID of a property to a builder for the property. |
Top
Remarks
This interface is distinct from the Microsoft Windows Script debugging interface IPerPropertyBrowsing2.