IRemoteArgumentArrayListContract.Add(RemoteArgument) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Dodaje RemoteArgument na końcu IRemoteArgumentArrayListContract .
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)
Parametry
- newItem
- RemoteArgument
Wartość RemoteArgument do dodania na końcu IRemoteArgumentArrayListContract .