バージョン

Content コンストラクタ

Content クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal text As String _
)
public Content( 
   string text
)

パラメータ

text
テキストコンテンツを表す文字列値。
参照