次の方法で共有


SchemaAttrAttribute コンストラクター

定義

オーバーロード

SchemaAttrAttribute(String)
SchemaAttrAttribute(Byte, String)
古い.

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

SchemaAttrAttribute(String, String)

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

SchemaAttrAttribute(String)

public SchemaAttrAttribute (string qname);
new DocumentFormat.OpenXml.SchemaAttrAttribute : string -> DocumentFormat.OpenXml.SchemaAttrAttribute
Public Sub New (qname As String)

パラメーター

qname
String

適用対象

SchemaAttrAttribute(Byte, String)

注意事項

The namespace id is no longer tracked and will be removed in future release.

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

public SchemaAttrAttribute (byte nsId, string tag);
[System.Obsolete("The namespace id is no longer tracked and will be removed in future release.")]
public SchemaAttrAttribute (byte nsId, string tag);
new DocumentFormat.OpenXml.SchemaAttrAttribute : byte * string -> DocumentFormat.OpenXml.SchemaAttrAttribute
[<System.Obsolete("The namespace id is no longer tracked and will be removed in future release.")>]
new DocumentFormat.OpenXml.SchemaAttrAttribute : byte * string -> DocumentFormat.OpenXml.SchemaAttrAttribute
Public Sub New (nsId As Byte, tag As String)

パラメーター

nsId
Byte

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

tag
String

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

属性

注釈

ID の概念を削除すると、これは削除されます。 使用してください SchemaAttrAttribute(String, String)

適用対象

SchemaAttrAttribute(String, String)

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

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

パラメーター

ns
String

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

tag
String

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

適用対象