IVsUIWpfHostPrivate.RaiseThreadMessage Method

[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
Function RaiseThreadMessage ( _
    pMsg As MSG(), _
    <OutAttribute> ByRef pResult As Boolean _
) As Integer
int RaiseThreadMessage(
    MSG[] pMsg,
    out bool pResult
)
int RaiseThreadMessage(
    [InAttribute] array<MSG>^ pMsg, 
    [OutAttribute] bool% pResult
)
abstract RaiseThreadMessage : 
        pMsg:MSG[] * 
        pResult:bool byref -> int
function RaiseThreadMessage(
    pMsg : MSG[], 
    pResult : boolean
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsUIWpfHostPrivate Interface

Microsoft.Internal.VisualStudio.Shell.Interop Namespace