PeekResultDisplayInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines elements of IPeekResult display information.
public ref class PeekResultDisplayInfo : IDisposable, Microsoft::VisualStudio::Language::Intellisense::IPeekResultDisplayInfo
public class PeekResultDisplayInfo : IDisposable, Microsoft.VisualStudio.Language.Intellisense.IPeekResultDisplayInfo
type PeekResultDisplayInfo = class
interface IPeekResultDisplayInfo
interface IDisposable
Public Class PeekResultDisplayInfo
Implements IDisposable, IPeekResultDisplayInfo
- Inheritance
-
PeekResultDisplayInfo
- Derived
- Implements
Constructors
PeekResultDisplayInfo(String, Object, String, String) |
Creates new instance of the PeekResultDisplayInfo class. |
Properties
Label |
Defines the localized label used for displaying this result to the user. This value will be used to represent IPeekResult in the Peek control's result list. |
LabelTooltip |
Defines the localized label tooltip used for displaying this result to the user. |
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. |
Methods
Dispose() |
Disposes the PeekResultDisplayInfo instance. |