Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Structure FilterData
public struct FilterData
The SearchFilterDataSource.FilterData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SearchFilterDataSource.FilterData | Creates a new instance of the FilterData structure. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() |
SelectionEnd | The position of the end of the selected part of the string. |
![]() |
SelectionStart | The position of the start of the selected part of the string. |
![]() |
Text | The text string. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)