RichTextBox for UWP/WinRT
C1HtmlElement コンストラクタ(String,IEnumerable<KeyValuePair<String,String>>)

この C1HtmlElement のタグ名。
この C1HtmlElement の属性。
C1HtmlElement の新しいインスタンスを作成します。
構文
'宣言
 
Public Function New( _
   ByVal name As System.String, _
   ByVal attributes As System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String,String)) _
)
public C1HtmlElement( 
   System.string name,
   System.Collections.Generic.IEnumerable<KeyValuePair<string,string>> attributes
)

パラメータ

name
この C1HtmlElement のタグ名。
attributes
この C1HtmlElement の属性。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1HtmlElement クラス
C1HtmlElement メンバ
オーバーロード一覧

Send Feedback