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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.