Compartilhar via


SchemaAttrAttribute Constructor

Initializes a new instance of the SchemaAttrAttribute.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Sub New ( _
    nsId As Byte, _
    tag As String _
)
'Usage
Dim nsId As Byte
Dim tag As String

Dim instance As New SchemaAttrAttribute(nsId, tag)
public SchemaAttrAttribute(
    byte nsId,
    string tag
)

Parameters

  • nsId
    Type: System.Byte
    Specifies the Namespace Id of the schema attribute.
  • tag
    Type: System.String
    Specifies the Tag name of the schema attribute.

See Also

Reference

SchemaAttrAttribute Class

SchemaAttrAttribute Members

DocumentFormat.OpenXml Namespace