PeekResultDisplayInfo2::LengthOfTokenInLabel Property

Visual Studio 2015
 

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.

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

public:
property int LengthOfTokenInLabel {
	[CompilerGeneratedAttribute]
	virtual int get() sealed;
	[CompilerGeneratedAttribute]
	virtual void set(int value) sealed;
}

Property Value

Type: System::Int32

Returns Int32.

Return to top
Show: