IVsSearchItemResult.DisplayText Property

Definition

Gets the text of the item to be displayed on the UI.

public:
 property System::String ^ DisplayText { System::String ^ get(); };
public:
 property Platform::String ^ DisplayText { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610678272)]
public string DisplayText { get; }
public string DisplayText { get; }
[<System.Runtime.InteropServices.DispId(1610678272)>]
member this.DisplayText : string
member this.DisplayText : string
Public ReadOnly Property DisplayText As String

Property Value

The display text.

Attributes

Applies to