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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.