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