Поделиться через


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

Указывает идентификатор пространства имен атрибута схемы.

tag
String

Указывает имя тега атрибута схемы.

Атрибуты

Комментарии

Это будет удалено, как только можно будет удалить концепцию идентификатора. Пожалуйста, используйте 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

Указывает имя тега атрибута схемы.

Применяется к