Freigeben über


BooleanValue-Klasse

Defines BooleanValue - Boolean value for attributes.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlSimpleType
    DocumentFormat.OpenXml.OpenXmlSimpleValue<Boolean>
      DocumentFormat.OpenXml.BooleanValue

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

Syntax

'Declaration
Public Class BooleanValue _
    Inherits OpenXmlSimpleValue(Of Boolean)
'Usage
Dim instance As BooleanValue
public class BooleanValue : OpenXmlSimpleValue<bool>

Threadsicherheit

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

Siehe auch

Referenz

BooleanValue-Member

DocumentFormat.OpenXml-Namespace