IRpcSyntaxNegotiate.NegotiateSyntax Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub NegotiateSyntax ( _
<OutAttribute> pMsg As RPCOLEMESSAGE() _
)
'使用
Dim instance As IRpcSyntaxNegotiate
Dim pMsg As RPCOLEMESSAGE()
instance.NegotiateSyntax(pMsg)
void NegotiateSyntax(
RPCOLEMESSAGE[] pMsg
)
void NegotiateSyntax(
[InAttribute] [OutAttribute] array<RPCOLEMESSAGE>^ pMsg
)
abstract NegotiateSyntax :
pMsg:RPCOLEMESSAGE[] byref -> unit
function NegotiateSyntax(
pMsg : RPCOLEMESSAGE[]
)
Parameters
- pMsg
Type: array<Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[]
.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.