IVsUIWpfHostPrivate Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Microsoft internal use only.

Namespace:  Microsoft.Internal.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
<GuidAttribute("5B074157-F1C7-4A1B-BD32-66666F4E4B3B")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIWpfHostPrivate
[GuidAttribute("5B074157-F1C7-4A1B-BD32-66666F4E4B3B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIWpfHostPrivate
[GuidAttribute(L"5B074157-F1C7-4A1B-BD32-66666F4E4B3B")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIWpfHostPrivate
[<GuidAttribute("5B074157-F1C7-4A1B-BD32-66666F4E4B3B")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIWpfHostPrivate =  interface end
public interface IVsUIWpfHostPrivate

The IVsUIWpfHostPrivate type exposes the following members.

Methods

  Name Description
Public method CreateWPFUIElementContainer Microsoft internal use only.
Public method EnableUnhandledExceptionDisplay Microsoft internal use only.
Public method InvokeRender Microsoft internal use only.
Public method InvokeShutdown Microsoft internal use only.
Public method RaiseIdle Microsoft internal use only.
Public method RaiseThreadMessage Microsoft internal use only.
Public method RegisterComponentForModalTracking Microsoft internal use only.
Public method VerifySynchronizationContext Microsoft internal use only.

Top

See Also

Reference

Microsoft.Internal.VisualStudio.Shell.Interop Namespace