バージョン

ElementType 列挙体

要素タイプを表します。
シンタックス
'宣言
 
Public Enum ElementType 
   Inherits System.Enum
public enum ElementType : System.Enum 
メンバ
メンバ解説
Commentコメント要素を定義します。
Contentコンテンツ要素を定義します。
Declaration宣言要素を定義します。
EndTag終了要素を定義します。
Instruction説明要素を定義します。
StartTag開始要素を定義します。
WhiteSpace空白要素を定義します。
参照

オンラインで表示: GitHub