'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.