IRemotePropertyInfoContract.GetSetMethod 方法

定义

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

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

返回

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

适用于