IDOMImplementation.CreateHTMLDocument

IDOMImplementation.CreateHTMLDocument method

title 引数が省略されない限り、title 要素を含む基本ツリーが既に構築されているドキュメントを返します。

public Document CreateHTMLDocument(string title)
パラメータタイプ説明
titleStringタイトル。

戻り値

ドキュメントを返します。

関連項目