Свойство IVsSearchToken.ParseError
Опубликовано: Октябрь 2016
Возвращает все ошибки, возникшей во время синтаксического анализа маркера.
Пространство имен: Microsoft.VisualStudio.Shell.Interop
Сборка: Microsoft.VisualStudio.Shell.Interop.11.0 (в Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Синтаксис
[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
Значение свойства
Type: System.UInt32
Ошибка синтаксического анализа.
См. также
Интерфейс IVsSearchToken
Пространство имен Microsoft.VisualStudio.Shell.Interop
Вернуться в начало