SearchFilterDataSource.FilterData(String, Int32, Int32) Constructor

Definition

Creates a new instance of the FilterData structure.

public:
 FilterData(System::String ^ text, int selectionStart, int selectionEnd);
public:
 FilterData(Platform::String ^ text, int selectionStart, int selectionEnd);
 FilterData(std::wstring const & text, int selectionStart, int selectionEnd);
public FilterData (string text, int selectionStart, int selectionEnd);
new Microsoft.VisualStudio.PlatformUI.SearchFilterDataSource.FilterData : string * int * int -> Microsoft.VisualStudio.PlatformUI.SearchFilterDataSource.FilterData
Public Sub New (text As String, selectionStart As Integer, selectionEnd As Integer)

Parameters

text
String

The text string.

selectionStart
Int32

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

selectionEnd
Int32

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

Applies to