Description |
---|
Excerpt |
---|
Returns a collection of Element objects that represent the first level of elements in the document of the specified type. GetElements does not return nested elements. |
Signature | ||||
---|---|---|---|---|
| ||||
public virtual Element[] GetElements(Type type) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Overridable Function GetElements(ByVal type As Type) As Element() |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
An Element.Type representing the type of element to be returned. |
Returns |
---|
A a collection of |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|