XamlPropertyElement Class

Definition

public sealed record XamlPropertyElement(string PropertyName, ImmutableArray<XamlObjectNode> ObjectValues, int Line, int Column, ConditionalXamlExpression? Condition = null, string? TextContent = null, string? RawTextContent = null) : IEquatable<XamlPropertyElement>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (7)