Lire en anglais

Partager via


ITextViewRoleSet.ContainsAny Method

Determines whether the set contains at least one of the given text view roles.

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

Syntax

bool ContainsAny(
    IEnumerable<string> textViewRoles
)

Parameters

Return Value

Type: System.Boolean
true if the set contains at least one of the given text view roles, otherwise false.

Exceptions

Exception Condition
ArgumentNullException

if textViewRoles is nulla null reference (Nothing in Visual Basic).

Remarks

Returns false if textViewRoles contains no roles. Null values in textViewRoles are ignored.

.NET Framework Security

See Also

Reference

ITextViewRoleSet Interface

Microsoft.VisualStudio.Text.Editor Namespace