IRemoteFieldInfoContract.SetValue Method

Definition

Sets the value of the field that this IRemoteFieldInfoContract represents.

public:
 void SetValue(System::AddIn::Contract::Automation::IRemoteObjectContract ^ obj, System::AddIn::Contract::RemoteArgument value, int localeId);
public void SetValue (System.AddIn.Contract.Automation.IRemoteObjectContract obj, System.AddIn.Contract.RemoteArgument value, int localeId);
abstract member SetValue : System.AddIn.Contract.Automation.IRemoteObjectContract * System.AddIn.Contract.RemoteArgument * int -> unit
Public Sub SetValue (obj As IRemoteObjectContract, value As RemoteArgument, localeId As Integer)

Parameters

obj
IRemoteObjectContract

The IRemoteObjectContract that identifies the object that contains the field.

value
RemoteArgument

A RemoteArgument that specifies the field value.

localeId
Int32

The locale ID that the field will use for any locale-specific type conversions.

Applies to