IRemotePropertyInfoContract.GetGetMethod 方法

定义

返回此 IRemotePropertyInfoContract 标识的属性的 get 访问器。

public:
 System::AddIn::Contract::Automation::IRemoteMethodInfoContract ^ GetGetMethod();
public System.AddIn.Contract.Automation.IRemoteMethodInfoContract GetGetMethod ();
abstract member GetGetMethod : unit -> System.AddIn.Contract.Automation.IRemoteMethodInfoContract
Public Function GetGetMethod () As IRemoteMethodInfoContract

返回

一个 IRemoteMethodInfoContract,表示此 IRemotePropertyInfoContract 标识的属性的 get 访问器;如果属性不具有 null 访问器,则为 get

适用于