-
Home
-
API
-
XamlToCSharpGenerator.Runtime
-
SourceGenHotDesignPropertyEntry
SourceGenHotDesignPropertyEntry Class
Definition
Show inherited members (7)
public sealed record SourceGenHotDesignPropertyEntry(string Name, string? Value, string TypeName, bool IsSet, bool IsAttached, bool IsMarkupExtension, IReadOnlyList<SourceGenHotDesignPropertyQuickSet> QuickSets, string Category = "General", string Source = "Local", string OwnerTypeName = "", string EditorKind = "Text", bool IsPinned = false, bool IsReadOnly = false, bool CanReset = true, IReadOnlyList<string>? EnumOptions = null) : IEquatable<SourceGenHotDesignPropertyEntry>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Constructors (1)
SourceGenHotDesignPropertyEntry(String, String?, String, Boolean, Boolean, Boolean, IReadOnlyList<SourceGenHotDesignPropertyQuickSet>, String, String, String, String, Boolean, Boolean, Boolean, IReadOnlyList<String>?)
Properties (15)