XamlCompletionItem(String, String, XamlCompletionItemKind, String?, String?, Boolean, Nullable) Constructor

Definition

Assembly XamlToCSharpGenerator.LanguageService.dll
public XamlCompletionItem(string Label, string InsertText, XamlCompletionItemKind Kind, string? Detail = null, string? Documentation = null, bool IsDeprecated = false, SourceRange? ReplaceRange = default(SourceRange? ))

Parameters

Label
String
InsertText
String
Detail
String
Documentation
String
IsDeprecated
Boolean
ReplaceRange
Nullable<SourceRange>