Returns the root node for this data set. Outside of forEach loops this is the node all tag requests will be evaluated against.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function getRootNode() As net.windward.datasource.DataSourceNode |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As XPathDataSource
Dim value As net.windward.datasource.DataSourceNode
value = instance.getRootNode() |
| C# | |
|---|
public net.windward.datasource.DataSourceNode getRootNode() |
| Managed Extensions for C++ | |
|---|
public: net.windward.datasource.DataSourceNode* getRootNode(); |
| C++/CLI | |
|---|
public:
net.windward.datasource.DataSourceNode^ getRootNode(); |
Return Value
The root node.
Requirements
Platforms: Windows 10, Windows NT, Windows Server
See Also