IVsSearchFilterToken.ParseError-Eigenschaft

 

Veröffentlicht: Oktober 2016

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSSEARCHPARSEERROR")]
[DispIdAttribute(1610678275)]
uint ParseError { get; }
[ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSSEARCHPARSEERROR")]
[DispIdAttribute(1610678275)]
property unsigned int ParseError {
    unsigned int get();
}
[<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSSEARCHPARSEERROR")>]
[<DispIdAttribute(1610678275)>]
abstract ParseError : uint32 with get
<ComAliasNameAttribute("Microsoft.VisualStudio.Shell.Interop.VSSEARCHPARSEERROR")>
<DispIdAttribute(1610678275)>
ReadOnly Property ParseError As UInteger

Eigenschaftswert

Type: System.UInt32

Implementiert

IVsSearchToken.ParseError

Siehe auch

IVsSearchFilterToken-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang