IRemoteArgumentArrayListContract.Contains(RemoteArgument) Metoda

Definicja

Wskazuje, czy określony element RemoteArgument znajduje się w IRemoteArgumentArrayListContract .

public:
 bool Contains(System::AddIn::Contract::RemoteArgument item);
public bool Contains (System.AddIn.Contract.RemoteArgument item);
abstract member Contains : System.AddIn.Contract.RemoteArgument -> bool
Public Function Contains (item As RemoteArgument) As Boolean

Parametry

Zwraca

Boolean

true Jeśli item znajduje się w IRemoteArgumentArrayListContract ; w przeciwnym razie, false .

Dotyczy