Click or drag to resize

SchemaAttrAttribute(Byte, String) Constructor

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

Initializes a new instance of the SchemaAttrAttribute.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
[ObsoleteAttribute("The namespace id is no longer tracked and will be removed in future release.")]
public SchemaAttrAttribute(
	byte nsId,
	string tag
)

Parameters

nsId  Byte
Specifies the namespace Id of the schema attribute.
tag  String
Specifies the Tag name of the schema attribute.
Remarks
This will be removed once the concept of id can be removed. Please use SchemaAttrAttribute(String, String)
See Also