IRemotePropertyInfoContract.GetSetMethod 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 set
della proprietà identificata dall'oggetto IRemotePropertyInfoContract.
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
Restituisce
Oggetto IRemoteMethodInfoContract che rappresenta la funzione di accesso set
della proprietà identificata dall'oggetto IRemotePropertyInfoContract, null
se la proprietà non ha una funzione di accesso set
.