IVsUIWpfHostPrivate.RaiseThreadMessage Method
Namespace: Microsoft.Internal.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Function RaiseThreadMessage ( _
pMsg As MSG(), _
<OutAttribute> ByRef pResult As Boolean _
) As Integer
'Utilisation
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
- pMsg
Type: array<Microsoft.VisualStudio.OLE.Interop.MSG[]
- pResult
Type: System.Boolean%
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.