PeekResultDisplayInfo Class
Defines elements of IPeekResult display information.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Microsoft.VisualStudio.Language.Intellisense.PeekResultDisplayInfo
Microsoft.VisualStudio.Language.Intellisense.PeekResultDisplayInfo2
| Name | Description | |
|---|---|---|
![]() | PeekResultDisplayInfo(String, Object, String, String) | Creates a new instance of PeekResultDisplayInfo. |
| Name | Description | |
|---|---|---|
![]() | Label | Defines the localized label used for displaying this result to the user. |
![]() | LabelTooltip | Defines the localized label tooltip used for displaying this result to the user. Supported content types are strings and UIElement" instances. |
![]() | Title | Defines the localized title used for displaying this result to the user. |
![]() | TitleTooltip | Defines the localized title tooltip used for displaying this result to the user. Supported content types are strings and UIElement instances. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Disposes the < PeekResultDisplayInfo instance. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


