IRemotePropertyInfoContract.GetGetMethod Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce la funzione di accesso get
della proprietà identificata dall'oggetto IRemotePropertyInfoContract.
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
Restituisce
Oggetto IRemoteMethodInfoContract che rappresenta la funzione di accesso get
della proprietà identificata dall'oggetto IRemotePropertyInfoContract, null
se la proprietà non ha una funzione di accesso get
.