 | 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.OpenXmlAssembly: 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
)
<ObsoleteAttribute("The namespace id is no longer tracked and will be removed in future release.")>
Public Sub New (
nsId As Byte,
tag As String
)
public:
[ObsoleteAttribute(L"The namespace id is no longer tracked and will be removed in future release.")]
SchemaAttrAttribute(
unsigned char nsId,
String^ tag
)
[<ObsoleteAttribute("The namespace id is no longer tracked and will be removed in future release.")>]
new :
nsId : byte *
tag : string -> SchemaAttrAttribute
Parameters
- nsId Byte
- Specifies the namespace Id of the schema attribute.
- tag String
- Specifies the Tag name of the schema attribute.
Remarks
See Also