-
Home
-
API
-
XamlToCSharpGenerator.Runtime
-
SourceGenHotDesignElementNode
SourceGenHotDesignElementNode Class
Definition
Show inherited members (7)
public sealed record SourceGenHotDesignElementNode(string Id, string DisplayName, string TypeName, string? XamlName, string? Classes, int Depth, bool IsSelected, int Line, IReadOnlyList<SourceGenHotDesignElementNode> Children, bool IsExpanded = false, int DescendantCount = 0, string? SourceBuildUri = null, string? SourceElementId = null, bool IsLive = false) : IEquatable<SourceGenHotDesignElementNode>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Constructors (1)
SourceGenHotDesignElementNode(String, String, String, String?, String?, Int32, Boolean, Int32, IReadOnlyList<SourceGenHotDesignElementNode>, Boolean, Int32, String?, String?, Boolean)
Properties (14)