DescriptionRun Class
Visual Studio 2012
Represents a single description text run.
Namespace:
Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
The DescriptionRun type exposes the following members.
| 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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
