IPerPropertyBrowsing2 Interface
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
'宣言
<InterfaceTypeAttribute()> _
<GuidAttribute("33C0C1DA-33CF-11D3-BFF2-00C04F990235")> _
Public Interface IPerPropertyBrowsing2
'使用
Dim instance As IPerPropertyBrowsing2
[InterfaceTypeAttribute()]
[GuidAttribute("33C0C1DA-33CF-11D3-BFF2-00C04F990235")]
public interface IPerPropertyBrowsing2
[InterfaceTypeAttribute()]
[GuidAttribute(L"33C0C1DA-33CF-11D3-BFF2-00C04F990235")]
public interface class IPerPropertyBrowsing2
public interface IPerPropertyBrowsing2
Remarks
This interface is separate from the script debugging interface, IPerPropertyBrowsing2 Interface.