CompletionItemData.SourceFile Property

Definition

The source file the completion item is declared in.

[System.Runtime.Serialization.DataMember(Name="sourceFile")]
public string? SourceFile { get; }
[<System.Runtime.Serialization.DataMember(Name="sourceFile")>]
member this.SourceFile : string
Public ReadOnly Property SourceFile As String

Property Value

String
Attributes

Applies to