IVsSearchFilterToken Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a token composing a search query that could belong to a search filter, usually having the name:value format.
public interface class IVsSearchFilterToken : Microsoft::VisualStudio::Shell::Interop::IVsSearchToken
public interface class IVsSearchFilterToken : Microsoft::VisualStudio::Shell::Interop::IVsSearchToken
__interface IVsSearchFilterToken : Microsoft::VisualStudio::Shell::Interop::IVsSearchToken
public interface IVsSearchFilterToken : Microsoft.VisualStudio.Shell.Interop.IVsSearchToken
[System.Runtime.InteropServices.Guid("4ABDC811-9CC0-4E07-B34A-442D6CC2C29A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchFilterToken : Microsoft.VisualStudio.Shell.Interop.IVsSearchToken
type IVsSearchFilterToken = interface
interface IVsSearchToken
[<System.Runtime.InteropServices.Guid("4ABDC811-9CC0-4E07-B34A-442D6CC2C29A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchFilterToken = interface
interface IVsSearchToken
Public Interface IVsSearchFilterToken
Implements IVsSearchToken
- Attributes
- Implements
Properties
FilterField |
Gets the filter name and field, with quotes removed and characters not escaped. |
FilterSeparatorPosition |
Gets the position of the filter field separator in the original text of the token. |
FilterTokenType |
Gets the filter token type. |
FilterValue |
Gets the filter value, with quotes removed and characters not escaped. |
OriginalTokenText | |
ParsedTokenText | |
ParseError | |
TokenStartPosition |