IRemoteTypeContract.GetTypeData 方法

定义

返回有关当前 IRemoteTypeContract 标识的对象的类型信息。Returns type information about the object that the current IRemoteTypeContract identifies.

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

返回

RemoteTypeData

一个 RemoteTypeData,它包含有关当前 IRemoteTypeContract 标识的对象的信息。A RemoteTypeData that contains information about the object that the current IRemoteTypeContract identifies.

适用于