ProjectVariablesWrapper.Contains(Object) 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.
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.