SearchFilterDataSource::FilterData Constructor (String^, Int32, Int32)

 

Creates a new instance of the FilterData structure.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
FilterData(
	String^ text,
	int selectionStart,
	int selectionEnd
)

Parameters

text
Type: System::String^

The text string.

selectionStart
Type: System::Int32

Position of the start of the selected part of the string.

selectionEnd
Type: System::Int32

Position of the end of the selected part of the string.

Return to top
Show: