ITextView.Roles Property

Definition

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.

Applies to