XamlCompletionItem Class

Definition

public sealed record XamlCompletionItem(string Label, string InsertText, XamlCompletionItemKind Kind, string? Detail = null, string? Documentation = null, bool IsDeprecated = false, SourceRange? ReplaceRange = default(SourceRange? )) : IEquatable<XamlCompletionItem>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (7)