CompletionItem.InsertText 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.
Text inserted when completing this item
public:
property System::String ^ InsertText { System::String ^ get(); };
public string InsertText { get; }
member this.InsertText : string
Public ReadOnly Property InsertText As String