QuickSearchItemKind Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.Language.QuickSearch.Interfaces
Assembly: Microsoft.VisualStudio.Language.QuickSearch.Interfaces (in Microsoft.VisualStudio.Language.QuickSearch.Interfaces.dll)
Syntax
'Declaration
Public NotInheritable Class QuickSearchItemKind
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class QuickSearchItemKind
public ref class QuickSearchItemKind abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type QuickSearchItemKind = class end
public final class QuickSearchItemKind
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Language.QuickSearch.Interfaces.QuickSearchItemKind
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Language.QuickSearch.Interfaces Namespace