Completion.DisplayText Property
Gets the text that is to be displayed by an IntelliSense presenter.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property DisplayText As String
public virtual string DisplayText { get; set; }
public:
virtual property String^ DisplayText {
String^ get ();
void set (String^ value);
}
abstract DisplayText : string with get, set
override DisplayText : string with get, set
function get DisplayText () : String
function set DisplayText (value : String)
Property Value
Type: String
The display text.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.