public sealed class LanguageRegion
Public NotInheritable Class LanguageRegion
public ref class LanguageRegion sealed
[<SealedAttribute>]
type LanguageRegion = class end
The specified region may itself contain multiple language regions if the formatter specified is not and implements IMultilanguageFormattingInfo.
LanguageRegion | Initializes a new instance of the LanguageRegion class |
CssClass | Gets or sets the CSS class for the entire language region. |
FormattingInfo | Gets or sets the formatting info used to highlight the language region. |
Length | Gets or sets the length of the language region. |
NeedsFullContext | Gets or sets a value indicating whether the formatter needs the full source for context, not just the region itself. |
Start | Gets or sets the index in the source code of the first character of the language region. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (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) |