Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CustomXmlPartCollection Class / Contains Method
The custom xml id check.

In This Topic
    Contains Method (CustomXmlPartCollection)
    In This Topic
    Checks whether this collection contains a custom xml part with specified id.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal id As System.String _
    ) As System.Boolean
    public System.bool Contains( 
       System.string id
    )

    Parameters

    id
    The custom xml id check.

    Return Value

    True if the collection contains a custom xml part with the specified id, false otherwise.
    See Also