IVsUIWpfHostPrivate.RaiseThreadMessage Method

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

Syntax

‘선언
Function RaiseThreadMessage ( _
    pMsg As MSG(), _
    <OutAttribute> ByRef pResult As Boolean _
) As Integer
‘사용 방법
Dim instance As IVsUIWpfHostPrivate
Dim pMsg As MSG()
Dim pResult As Boolean
Dim returnValue As Integer

returnValue = instance.RaiseThreadMessage(pMsg, _
    pResult)
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

IVsUIWpfHostPrivate Members

Microsoft.Internal.VisualStudio.Shell.Interop Namespace