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.
Causes the Property Page to display a tree control instead of tabs.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("03AEFCEA-62A9-4606-8E17-7CB0FC13D5E0")> _
<InterfaceTypeAttribute()> _
Public Interface IPreferPropertyPagesWithTreeControl
[GuidAttribute("03AEFCEA-62A9-4606-8E17-7CB0FC13D5E0")]
[InterfaceTypeAttribute()]
public interface IPreferPropertyPagesWithTreeControl
[GuidAttribute(L"03AEFCEA-62A9-4606-8E17-7CB0FC13D5E0")]
[InterfaceTypeAttribute()]
public interface class IPreferPropertyPagesWithTreeControl
[<GuidAttribute("03AEFCEA-62A9-4606-8E17-7CB0FC13D5E0")>]
[<InterfaceTypeAttribute()>]
type IPreferPropertyPagesWithTreeControl = interface end
public interface IPreferPropertyPagesWithTreeControl
Remarks
This interface has no methods and indicates the preference for display with a tree control. Implement the interface with an object that also implements ISpecifyPropertyPages.