CallHierarchySearchCategory Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a category of Call Hierarchy search results.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Language.CallHierarchy.CallHierarchySearchCategory

Namespace:  Microsoft.VisualStudio.Language.CallHierarchy
Assembly:  Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)

Syntax

'Declaration
Public NotInheritable Class CallHierarchySearchCategory
public sealed class CallHierarchySearchCategory
public ref class CallHierarchySearchCategory sealed
[<Sealed>]
type CallHierarchySearchCategory =  class end
public final class CallHierarchySearchCategory

The CallHierarchySearchCategory type exposes the following members.

Constructors

  Name Description
Public method CallHierarchySearchCategory Initializes a new instance of the CallHierarchySearchCategory class.

Top

Properties

  Name Description
Public property DisplayName Gets or sets the display name of the search category.
Public property Name Gets or sets the name of the search category.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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.CallHierarchy Namespace