Skip to main content

<79d49280-9f55-4197-89a8-9ff9b45290e2>ElementsTreeSearchResponse.SearchItem Struct

Definition

Assembly:AvaloniaUI.DiagnosticsSupport.Avalonia
Package:AvaloniaUI.DiagnosticsSupport
public struct <79d49280-9f55-4197-89a8-9ff9b45290e2>ElementsTreeSearchResponse.SearchItem

Inheritance: ValueType -> <79d49280-9f55-4197-89a8-9ff9b45290e2>ElementsTreeSearchResponse.SearchItem

Implements: IEquatable<<79d49280-9f55-4197-89a8-9ff9b45290e2>SearchItem>

Constructors

<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

NameDescription
DeconstructNo summary available.
Equals (2 overloads)No summary available.
GetHashCodeNo summary available.
ToStringNo 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

NameDescription
NodeIdNo summary available.
ObjectIdNo summary available.

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; }