IVsSearchFilterToken.FilterSeparatorPosition Property
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.
Gets the position of the filter field separator in the original text of the token.
public:
property System::UInt32 FilterSeparatorPosition { System::UInt32 get(); };
public:
property unsigned int FilterSeparatorPosition { unsigned int get(); };
public uint FilterSeparatorPosition { get; }
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
public uint FilterSeparatorPosition { get; }
member this.FilterSeparatorPosition : uint32
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
member this.FilterSeparatorPosition : uint32
Public ReadOnly Property FilterSeparatorPosition As UInteger
Property Value
The position of the filter field separator.
- Attributes