IRemoteEventInfoContract.GetMemberData 方法

定义

返回有关此 IRemoteEventInfoContract 标识的事件的信息。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

返回

RemoteMemberData

一个 RemoteMemberData,提供有关此 IRemoteEventInfoContract 标识的事件的信息。A RemoteMemberData that provides information about the event that this IRemoteEventInfoContract identifies.

注解

结构提供的信息 RemoteMemberData 包括事件的名称和声明事件的类型。The information provided by the RemoteMemberData structure includes the name of the event and the type that declares the event.

适用于