TextViewRoleAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use this attribute to specify the kinds of TextViews to which an extension applies.
public ref class TextViewRoleAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttribute
public ref class TextViewRoleAttribute sealed : Microsoft::VisualStudio::Utilities::MultipleBaseMetadataAttribute
public sealed class TextViewRoleAttribute : Microsoft.VisualStudio.Utilities.MultipleBaseMetadataAttribute
type TextViewRoleAttribute = class
inherit MultipleBaseMetadataAttribute
Public NotInheritable Class TextViewRoleAttribute
Inherits MultipleBaseMetadataAttribute
- Inheritance
Remarks
There is a special set of text view roles defined in PredefinedTextViewRoles. For more information about text view roles, see Language Service and Editor Extension Points.
Constructors
TextViewRoleAttribute(String) |
Construct a new instance of the attribute. |
Properties
TextViewRoles |
The role name. |