Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Handler for the MessageReceived event.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected MustOverride Sub OnMessageReceived ( _
e As DataConnectionMessageReceivedEventArgs _
)
protected abstract void OnMessageReceived(
DataConnectionMessageReceivedEventArgs e
)
protected:
virtual void OnMessageReceived(
DataConnectionMessageReceivedEventArgs^ e
) abstract
abstract OnMessageReceived :
e:DataConnectionMessageReceivedEventArgs -> unit
protected abstract function OnMessageReceived(
e : DataConnectionMessageReceivedEventArgs
)
Parameters
e
Type: Microsoft.VisualStudio.Data.DataConnectionMessageReceivedEventArgsEvent arguments for the specified event.
Remarks
This member supports the DDEX infrastructure and is not intended to be used directly from your code.
.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.