CompletionItem.IsCommittedAsSnippet 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.
Whether InsertText should be formatted as a snippet during the commit operation.
public:
property bool IsCommittedAsSnippet { bool get(); };
public bool IsCommittedAsSnippet { get; }
member this.IsCommittedAsSnippet : bool
Public ReadOnly Property IsCommittedAsSnippet As Boolean