IRemotePropertyInfoContract.GetSetMethod 메서드

정의

IRemotePropertyInfoContract가 식별하는 속성의 set 접근자를 반환합니다.

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

반환

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

적용 대상