Class
HostTreeNode

Definition

Constructors

HostTreeNode(IAutomationHost, ITargetElement, DomTreeNode)

Create the host node.

Declaration

cs-api-definition
public HostTreeNode(IAutomationHost host, ITargetElement element, DomTreeNode parent)

Parameters

host

IAutomationHost

element

ITargetElement

parent

DomTreeNode

Properties

FriendlyName

Get a friendly name for this host node.

Declaration

cs-api-definition
public string FriendlyName { get; }

Property Value

string

Host

The automation host

Declaration

cs-api-definition
public IAutomationHost Host { get; set; }

Property Value

IAutomationHost

Id

The Host id

Declaration

cs-api-definition
public string Id { get; set; }

Property Value

string

StateHashCode

The hash code of the host state at time the node was populated.

Declaration

cs-api-definition
public string StateHashCode { get; set; }

Property Value

string