共用方式為


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,表示這個 IRemotePropertyInfoContract 所識別屬性的 get 存取子,如果屬性沒有 null 存取子,則為 get

適用於