IVsSearchToken::TokenStartPosition Property

 

Gets the position of the token in the original text of the search query.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610678273)]
[ComAliasNameAttribute("OLE.DWORD")]
property unsigned int TokenStartPosition {
	unsigned int get();
}

Property Value

Type: System::UInt32

The position of the token.

Return to top
Show: