ClassHostTreeNode
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class HostTreeNode : DomTreeNode
Inheritance: objectDomTreeNodeHostTreeNode
Inherited Members
Constructors
HostTreeNode(IAutomationHost, ITargetElement, DomTreeNode)
Create the host node.
Declaration
cs-api-definition
public HostTreeNode(IAutomationHost host, ITargetElement element, DomTreeNode parent)
Parameters
host
element
parent
Properties
FriendlyName
Get a friendly name for this host node.
Host
The automation host
Declaration
cs-api-definition
public IAutomationHost Host { get; set; }
Property Value
StateHashCode
The hash code of the host state at time the node was populated.