IRemotePropertyInfoContract.GetGetMethod 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回此 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
。