CompletionResult.CompletionText 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.
Gets the text to be used as the auto completion result.
public:
property System::String ^ CompletionText { System::String ^ get(); };
public:
property Platform::String ^ CompletionText { Platform::String ^ get(); };
public string CompletionText { get; }
member this.CompletionText : string
Public ReadOnly Property CompletionText As String