<79d49280-9f55-4197-89a8-9ff9b45290e2>ElementsTreeSearchResponse.SearchItem Struct
Definition
public struct <79d49280-9f55-4197-89a8-9ff9b45290e2>ElementsTreeSearchResponse.SearchItem
Constructors
| Name | Description |
|---|---|
| <79d49280-9f55-4197-89a8-9ff9b45290e2>ElementsTreeSearchResponse.SearchItem | No summary available. |
<79d49280-9f55-4197-89a8-9ff9b45290e2>ElementsTreeSearchResponse.SearchItem Constructor
public <79d49280-9f55-4197-89a8-9ff9b45290e2>ElementsTreeSearchResponse.SearchItem(AvaloniaUI.DiagnosticsProtocol.Tree.<79d49280-9f55-4197-89a8-9ff9b45290e2>NodeId NodeId, AvaloniaUI.DiagnosticsProtocol.Runtime.<79d49280-9f55-4197-89a8-9ff9b45290e2>RuntimeObjectId ObjectId)
Parameters
NodeId AvaloniaUI.DiagnosticsProtocol.Tree.<79d49280-9f55-4197-89a8-9ff9b45290e2>NodeId
ObjectId AvaloniaUI.DiagnosticsProtocol.Runtime.<79d49280-9f55-4197-89a8-9ff9b45290e2>RuntimeObjectId
Methods
| Name | Description |
|---|---|
| Deconstruct | No summary available. |
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No summary available. |
Deconstruct Method
public void Deconstruct(AvaloniaUI.DiagnosticsProtocol.Tree.<79d49280-9f55-4197-89a8-9ff9b45290e2>NodeId& NodeId, AvaloniaUI.DiagnosticsProtocol.Runtime.<79d49280-9f55-4197-89a8-9ff9b45290e2>RuntimeObjectId& ObjectId)
Parameters
NodeId AvaloniaUI.DiagnosticsProtocol.Tree.<79d49280-9f55-4197-89a8-9ff9b45290e2>NodeId&
ObjectId AvaloniaUI.DiagnosticsProtocol.Runtime.<79d49280-9f55-4197-89a8-9ff9b45290e2>RuntimeObjectId&
Equals overloads
Equals Method
public bool Equals(AvaloniaUI.DiagnosticsProtocol.Tree.<79d49280-9f55-4197-89a8-9ff9b45290e2>ElementsTreeSearchResponse.SearchItem other)
Parameters
other AvaloniaUI.DiagnosticsProtocol.Tree.<79d49280-9f55-4197-89a8-9ff9b45290e2>ElementsTreeSearchResponse.SearchItem
Returns
bool
Equals Method
public bool Equals(object obj)
Parameters
obj object
Returns
bool
GetHashCode Method
public int GetHashCode()
Returns
int
ToString Method
public string ToString()
Returns
string
Properties
NodeId Property
public AvaloniaUI.DiagnosticsProtocol.Tree.<79d49280-9f55-4197-89a8-9ff9b45290e2>NodeId NodeId { get; set; }
ObjectId Property
public AvaloniaUI.DiagnosticsProtocol.Runtime.<79d49280-9f55-4197-89a8-9ff9b45290e2>RuntimeObjectId ObjectId { get; set; }