This topic has not yet been rated - Rate this topic

DescriptionRun Class

Represents a single description text run.

Object
  Microsoft.VisualStudio.Language.NavigateTo.Interfaces.DescriptionRun

Namespace:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
public sealed class DescriptionRun

The DescriptionRun type exposes the following members.

  NameDescription
Public methodDescriptionRun(String)Initializes a new instance of the DescriptionRun class from the specified text.
Public methodDescriptionRun(String, Boolean)Initializes a new instance of the DescriptionRun class from the specified text and the specified bold parameter.
Public methodDescriptionRun(String, Color)Initializes a new instance of the DescriptionRun class from the specified text, in the specified color.
Public methodDescriptionRun(String, Color, Boolean, Boolean, Boolean)Initializes a new instance of the DescriptionRun class from the specified text, using the specified color and formatting parameters.
Top
  NameDescription
Public propertyBoldGets a value that indicates whether the DescriptionRun is formatted in bold.
Public propertyColorGets the color of the DescriptionRun.
Public propertyItalicGets a value that indicates whether the DescriptionRun is italic.
Public propertyTextGets the text of the DescriptionRun.
Public propertyUnderlineGets a value that indicates whether the DescriptionRun is underlined.
Top
  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.