Partager via


ITextViewRoleSet.Contains, méthode

Détermine si le rôle donné d'affichage de texte est un membre de l'ensemble.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
Function Contains ( _
    textViewRole As String _
) As Boolean
bool Contains(
    string textViewRole
)
bool Contains(
    String^ textViewRole
)
abstract Contains : 
        textViewRole:string -> bool
function Contains(
    textViewRole : String
) : boolean

Paramètres

  • textViewRole
    Type : String

    Rôle.

Valeur de retour

Type : Boolean
true si le rôle donné d'affichage de texte est un membre de l'ensemble, sinon false.

Exceptions

Exception Condition
ArgumentNullException

textViewRole a la valeur nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

ITextViewRoleSet Interface

Microsoft.VisualStudio.Text.Editor, espace de noms