SearchFilterDataSource.FilterData Structure

 

Represents a text string, or a selected portion of a text string with start and end positions specified.

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

public struct FilterData

NameDescription
System_CAPS_pubmethodSearchFilterDataSource.FilterData(String, Int32, Int32)

Creates a new instance of the FilterData structure.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldSelectionEnd

The position of the end of the selected part of the string.

System_CAPS_pubfieldSelectionStart

The position of the start of the selected part of the string.

System_CAPS_pubfieldText

The text string.

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: