MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1TagEditor Class / ContainsTag Method
The System.String to search for.

In This Topic
    ContainsTag Method
    In This Topic
    Determines whether specified text already exists in tags collection.
    Syntax
    'Declaration
     
    
    Public Function ContainsTag( _
       ByVal text As String _
    ) As Boolean
    public bool ContainsTag( 
       string text
    )

    Parameters

    text
    The System.String to search for.

    Return Value

    Return true if such tag already exists; False otherwise.
    See Also