PeekResultDisplayInfo2 Class

Visual Studio 2015
 

Defines the first character's index of the "interesting" token in the label. For instance, if peek references was triggered on a method, this would be the first character's index in the label that contains the method name. This index is bound to IPeekResultDisplayInfo.Label. It has nothing to do with the span of text that initialized peek.

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 PeekResultDisplayInfo2 : PeekResultDisplayInfo, 
	IPeekResultDisplayInfo2, IPeekResultDisplayInfo, IDisposable

NameDescription
System_CAPS_pubmethodPeekResultDisplayInfo2(String, Object, String, String, Int32, Int32)

Creates s new instance of PeekResultDisplayInfo2.

NameDescription
System_CAPS_pubpropertyLabel

Defines the localized label used for displaying this result to the user.(Inherited from PeekResultDisplayInfo.)

System_CAPS_pubpropertyLabelTooltip

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

System_CAPS_pubpropertyLengthOfTokenInLabel

Defines the length of the "interesting" token in the label. For instance, if peek references was triggered on a method, this would be the length of the method name. This length is bound to IPeekResultDisplayInfo.Label. It has nothing to do with the span of text that initialized peek.

System_CAPS_pubpropertyStartIndexOfTokenInLabel

Defines the index of the first character of the "interesting" token in the label. For instance, if the peek reference was triggered on a method, this would be the first character's index in the label that contains the method name. This index is bound to IPeekResultDisplayInfo.Label. It has nothing to do with the span of text that initialized peek.

System_CAPS_pubpropertyTitle

Defines the localized title used for displaying this result to the user.(Inherited from PeekResultDisplayInfo.)

System_CAPS_pubpropertyTitleTooltip

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

NameDescription
System_CAPS_pubmethodDispose()

Disposes the < PeekResultDisplayInfo instance.(Inherited from PeekResultDisplayInfo.)

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: