IVsSearchFilterToken.FilterTokenType Property

Definition

Gets the filter token type.

public:
 property System::UInt32 FilterTokenType { System::UInt32 get(); };
public:
 property unsigned int FilterTokenType { unsigned int get(); };
public uint FilterTokenType { get; }
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSSEARCHFILTERTOKENTYPE")]
public uint FilterTokenType { get; }
member this.FilterTokenType : uint32
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSSEARCHFILTERTOKENTYPE")>]
member this.FilterTokenType : uint32
Public ReadOnly Property FilterTokenType As UInteger

Property Value

The filter token type.

Attributes

Applies to