IRemotePropertyInfoContract.GetGetMethod 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回這個 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
。