BindingSourceQuery Struct

Definition

public readonly record struct BindingSourceQuery(BindingSourceQueryKind Kind, string NormalizedPath, string? ElementName = null, string? AncestorTypeToken = null, int? AncestorLevel = default(int? )) : IEquatable<BindingSourceQuery>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (5)