ITextView.Roles Property
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.
The roles which this view plays. Roles partially determine the extensions that are instantiated for the view.
public:
property Microsoft::VisualStudio::Text::Editor::ITextViewRoleSet ^ Roles { Microsoft::VisualStudio::Text::Editor::ITextViewRoleSet ^ get(); };
public Microsoft.VisualStudio.Text.Editor.ITextViewRoleSet Roles { get; }
member this.Roles : Microsoft.VisualStudio.Text.Editor.ITextViewRoleSet
Public ReadOnly Property Roles As ITextViewRoleSet
Property Value
The roles which this view plays.