'宣言 Public Sub RemoveElement( _ ByVal elementId As System.String, _ Optional ByVal tag As System.String, _ Optional ByVal className As System.String, _ Optional ByVal removeChildren As System.Boolean _ )
public void RemoveElement( System.string elementId, System.string tag, System.string className, System.bool removeChildren )
パラメータ
- elementId
 - 削除する要素の ID。
 - tag
 - 削除するタグ名。
 - className
 - 削除する要素のクラス名。
 - removeChildren
 - 子要素も削除するかどうかを決定します。