Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
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.