IRemoteFieldInfoContract.SetValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.