Document.CreateElementNS

Document.CreateElementNS method

指定された修飾名と名前空間 URI の要素を作成します。

public Element CreateElementNS(string namespaceURI, string qualifiedName)
パラメータタイプ説明
namespaceURIString名前空間 URI。
qualifiedNameString資格者の名前。

戻り値

Element.

関連項目