IRemotePropertyInfoContract.GetGetMethod Méthode

Définition

Retourne l'accesseur get de la propriété que ce IRemotePropertyInfoContract identifie.

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

Retours

IRemoteMethodInfoContract qui représente l'accesseur get de la propriété que ce IRemotePropertyInfoContract identifie ; null si la propriété n'a pas d'accesseur get.

S’applique à