Share via


IRemotePropertyInfoContract.GetGetMethod メソッド

定義

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

適用対象