PeekResultDisplayInfo Class

Visual Studio 2015
 

Defines elements of IPeekResult display information.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

System.Object
  Microsoft.VisualStudio.Language.Intellisense.PeekResultDisplayInfo
    Microsoft.VisualStudio.Language.Intellisense.PeekResultDisplayInfo2

public class PeekResultDisplayInfo : IPeekResultDisplayInfo, 
	IDisposable

NameDescription
System_CAPS_pubmethodPeekResultDisplayInfo(String, Object, String, String)

Creates a new instance of PeekResultDisplayInfo.

NameDescription
System_CAPS_pubpropertyLabel

Defines the localized label used for displaying this result to the user.

System_CAPS_pubpropertyLabelTooltip

Defines the localized label tooltip used for displaying this result to the user. Supported content types are strings and UIElement" instances.

System_CAPS_pubpropertyTitle

Defines the localized title used for displaying this result to the user.

System_CAPS_pubpropertyTitleTooltip

Defines the localized title tooltip used for displaying this result to the user. Supported content types are strings and UIElement instances.

NameDescription
System_CAPS_pubmethodDispose()

Disposes the < PeekResultDisplayInfo instance.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: