ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfBookmarkCollection Class / Contains Method / Contains(String) Method
The text name of the bookmark.

In This Topic
    Contains(String) Method
    In This Topic
    Determines whether the bookmark with name is located within the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal name As String _
    ) As Boolean
    public bool Contains( 
       string name
    )

    Parameters

    name
    The text name of the bookmark.

    Return Value

    True if contains, otherwise false.
    See Also