IPeekResult.DisplayInfo Property

Definition

Determines properties used for displaying this result to the user.

public:
 property Microsoft::VisualStudio::Language::Intellisense::IPeekResultDisplayInfo ^ DisplayInfo { Microsoft::VisualStudio::Language::Intellisense::IPeekResultDisplayInfo ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.IPeekResultDisplayInfo DisplayInfo { get; }
member this.DisplayInfo : Microsoft.VisualStudio.Language.Intellisense.IPeekResultDisplayInfo
Public ReadOnly Property DisplayInfo As IPeekResultDisplayInfo

Property Value

Properties used for displaying this result to the user.

Applies to