Freigeben über


SByteValue-Klasse

Defines SByteValue - SByte value for attributes.

Diese API ist nicht CLS-kompatibel. 

Vererbungshierarchie

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

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

Syntax

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

SByteValue-Member

DocumentFormat.OpenXml-Namespace