SchemaAttrAttribute(Byte, String) コンストラクター

定義

SchemaAttrAttribute の新しいインスタンスを初期化します。

public SchemaAttrAttribute (byte nsId, string tag);
new DocumentFormat.OpenXml.SchemaAttrAttribute : byte * string -> DocumentFormat.OpenXml.SchemaAttrAttribute
Public Sub New (nsId As Byte, tag As String)

パラメーター

nsId
Byte

スキーマ属性の名前空間 ID を指定します。

tag
String

スキーマ属性のタグ名を指定します。

適用対象