共用方式為


IParagraphIdCollectionFeature.Contains(String) Method

Definition

Identifies if the id exists.

public bool Contains (string id);
abstract member Contains : string -> bool
Public Function Contains (id As String) As Boolean

Parameters

id
String

The id to check.

Returns

Whether the feature is tracking that id.

Applies to