ITextView::Roles Property

 

The roles which this view plays. Roles partially determine the extensions that are instantiated for the view.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property ITextViewRoleSet^ Roles {
	ITextViewRoleSet^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::ITextViewRoleSet^

The roles which this view plays.

Return to top
Show: