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.
Provides methods for native windows.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("280CC247-9EF8-42F2-9009-A75B86EA871B")> _
Public Interface IVsUIHierarchyNativeWindow
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("280CC247-9EF8-42F2-9009-A75B86EA871B")]
public interface IVsUIHierarchyNativeWindow
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"280CC247-9EF8-42F2-9009-A75B86EA871B")]
public interface class IVsUIHierarchyNativeWindow
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("280CC247-9EF8-42F2-9009-A75B86EA871B")>]
type IVsUIHierarchyNativeWindow = interface end
public interface IVsUIHierarchyNativeWindow
The IVsUIHierarchyNativeWindow type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
SetTreeRedraw | Sets whether the tree view should enable or disable redraw. |
Top