IRemoteObjectContract.GetRemoteType Metodo

Definizione

Restituisce un oggetto IRemoteTypeContract che specifica il tipo di oggetto IRemoteObjectContract corrente.

public:
 System::AddIn::Contract::Automation::IRemoteTypeContract ^ GetRemoteType();
public System.AddIn.Contract.Automation.IRemoteTypeContract GetRemoteType ();
abstract member GetRemoteType : unit -> System.AddIn.Contract.Automation.IRemoteTypeContract
Public Function GetRemoteType () As IRemoteTypeContract

Restituisce

Oggetto IRemoteTypeContract che specifica il tipo di oggetto IRemoteObjectContract corrente.

Commenti

Usare il GetRemoteType metodo per accedere ai membri dell'oggetto remoto identificato dall'oggetto corrente IRemoteObjectContract .

Si applica a