Share via


VariablesCollection.GetElement Method

Include Protected Members
Include Inherited Members

Gets an element from the collection.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method GetElement(Int32) Gets an element with the specified index from the collection.
Public method GetElement(String) Gets an element with the specified name from the collection.

Top