VariableCollection Class Members
In This Topic
The following tables list the members exposed by VariableCollection.
Public Properties
| Name | Description |
| Count |
Returns the number of variables in the document.
|
| Item | Overloaded.
Gets a document variable by the case-insensitive name.
|
Top
Public Methods
| Name | Description |
| Add |
Adds a varibale into the document.
|
| Clear |
Removes all elements from the collection.
|
| Contains |
Gets whether a varibale with specified name exists in the document.
|
| Remove | Overloaded.
Removes a document variable with the specified name from the collection.
|
| TryGetValue |
Tries to get a variable by its name.
|
Top
See Also