CompletionItemData.SourceFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes