CompletionItem.Suffix 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.
Additional text to display in the UI, after DisplayText. This text has less emphasis than DisplayText and is usually right-aligned.
public:
property System::String ^ Suffix { System::String ^ get(); };
public string Suffix { get; }
member this.Suffix : string
Public ReadOnly Property Suffix As String