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 : StringRô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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.