IDocumentPeekResult.DisplayInfo2 Property

Definition

Gets the display info that represents the IDocumentPeekResult, which is used to provide more indication on the symbol this IDocumentPeekResult represents.

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

Property Value

Returns IPeekResultDisplayInfo2.

Applies to