DescriptionRun Class
Represents a single description text run.
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | DescriptionRun(String) | Initializes a new instance of the DescriptionRun class from the specified text. |
![]() | DescriptionRun(String, Boolean) | Initializes a new instance of the DescriptionRun class from the specified text and the specified bold parameter. |
![]() | DescriptionRun(String, Color) | Initializes a new instance of the DescriptionRun class from the specified text, in the specified color. |
![]() | DescriptionRun(String, Color, Boolean, Boolean, Boolean) | Initializes a new instance of the DescriptionRun class from the specified text, using the specified color and formatting parameters. |
| Name | Description | |
|---|---|---|
![]() | Bold | Gets a value that indicates whether the DescriptionRun is formatted in bold. |
![]() | Color | Gets the color of the DescriptionRun. |
![]() | Italic | Gets a value that indicates whether the DescriptionRun is italic. |
![]() | Text | Gets the text of the DescriptionRun. |
![]() | Underline | Gets a value that indicates whether the DescriptionRun is underlined. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

