IRpcSyntaxNegotiate.NegotiateSyntax Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub NegotiateSyntax ( _
    <OutAttribute> pMsg As RPCOLEMESSAGE() _
)
void NegotiateSyntax(
    RPCOLEMESSAGE[] pMsg
)
void NegotiateSyntax(
    [InAttribute] [OutAttribute] array<RPCOLEMESSAGE>^ pMsg
)
abstract NegotiateSyntax : 
        pMsg:RPCOLEMESSAGE[] byref -> unit
function NegotiateSyntax(
    pMsg : RPCOLEMESSAGE[]
)

Parameters

.NET Framework Security

See Also

Reference

IRpcSyntaxNegotiate Interface

Microsoft.VisualStudio.OLE.Interop Namespace