Document.CreateEntityReference

Document.CreateEntityReference method

EntityReference オブジェクトを作成します。また、参照されるエンティティが既知の場合、EntityReference ノードの子リストは、対応する Entity ノードの子リストと同じになります。

public EntityReference CreateEntityReference(string name)
パラメータタイプ説明
nameStringエンティティ名。

戻り値

EntityReference.

関連項目