ProjectVariablesWrapper.Contains(Object) Method

Definition

Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing.

public:
 virtual bool Contains(System::Object ^ index);
public bool Contains (object index);
abstract member Contains : obj -> bool
override this.Contains : obj -> bool
Public Function Contains (index As Object) As Boolean

Parameters

index
Object

The specified index.

Returns

True if the item in the ProjectVariablesWrapper collection can be accessed by using indexing; otherwise, false.

Implements

Applies to