Share via


DescriptionItem Class

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

Represents a category/details pair for a single description item.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionItem

Namespace:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

Syntax

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

The DescriptionItem type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Category Gets the item's category.
Public property Details Gets the item's details.

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.NavigateTo.Interfaces Namespace