IRemoteFieldInfoContract.GetValue(IRemoteObjectContract) 메서드

정의

IRemoteFieldInfoContract가 식별하는 필드의 값을 반환합니다.

public:
 System::AddIn::Contract::RemoteArgument GetValue(System::AddIn::Contract::Automation::IRemoteObjectContract ^ obj);
public System.AddIn.Contract.RemoteArgument GetValue (System.AddIn.Contract.Automation.IRemoteObjectContract obj);
abstract member GetValue : System.AddIn.Contract.Automation.IRemoteObjectContract -> System.AddIn.Contract.RemoteArgument
Public Function GetValue (obj As IRemoteObjectContract) As RemoteArgument

매개 변수

obj
IRemoteObjectContract

필드가 들어 있는 개체를 식별하는 IRemoteObjectContract입니다.

반환

필드 값을 지정하는 RemoteArgument입니다.

적용 대상