IRemoteEventInfoContract.GetMemberData Method

Definition

Returns information about the event that this IRemoteEventInfoContract identifies.

public:
 System::AddIn::Contract::Automation::RemoteMemberData GetMemberData();
public System.AddIn.Contract.Automation.RemoteMemberData GetMemberData ();
abstract member GetMemberData : unit -> System.AddIn.Contract.Automation.RemoteMemberData
Public Function GetMemberData () As RemoteMemberData

Returns

A RemoteMemberData that provides information about the event that this IRemoteEventInfoContract identifies.

Remarks

The information provided by the RemoteMemberData structure includes the name of the event and the type that declares the event.

Applies to