次の方法で共有


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 によって識別されるプロパティの set アクセサーを表す IRemotePropertyInfoContract。プロパティに null アクセサーがない場合は set

適用対象