次の方法で共有


SByteValue Class

Defines SByteValue - SByte value for attributes.

This API is not CLS-compliant.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlSimpleType
DocumentFormat.OpenXml.OpenXmlSimpleValue<SByte>
DocumentFormat.OpenXml.SByteValue

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

Syntax

'宣言
<CLSCompliantAttribute(False)> _
Public Class SByteValue _
    Inherits OpenXmlSimpleValue(Of SByte)
'使用
Dim instance As SByteValue
[CLSCompliantAttribute(false)]
public class SByteValue : OpenXmlSimpleValue<sbyte>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SByteValue Members

DocumentFormat.OpenXml Namespace