共用方式為


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

適用於