IRemoteArgumentArrayListContract.Add(RemoteArgument) Method

Definition

public:
 void Add(System::AddIn::Contract::RemoteArgument newItem);
public void Add (System.AddIn.Contract.RemoteArgument newItem);
abstract member Add : System.AddIn.Contract.RemoteArgument -> unit
Public Sub Add (newItem As RemoteArgument)

Parameters

newItem
RemoteArgument

The RemoteArgument to be added to the end of the IRemoteArgumentArrayListContract.

Applies to