Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
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: System.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.