IRemotePropertyInfoContract.GetGetMethod 메서드

정의

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

IRemoteMethodInfoContract가 식별하는 속성의 get 접근자를 나타내는 IRemotePropertyInfoContract이거나, 속성에 null 접근자가 없으면 get입니다.

적용 대상