次の方法で共有


OpenXmlSimpleType Class

Defines the abstract base class for all simple types used in attributes.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlSimpleType
DocumentFormat.OpenXml.Base64BinaryValue
DocumentFormat.OpenXml.EnumValue<T>
DocumentFormat.OpenXml.HexBinaryValue
DocumentFormat.OpenXml.ListValue<T>
DocumentFormat.OpenXml.OnOffValue
DocumentFormat.OpenXml.OpenXmlSimpleValue<T>
DocumentFormat.OpenXml.StringValue
DocumentFormat.OpenXml.TrueFalseBlankValue
DocumentFormat.OpenXml.TrueFalseValue

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

Syntax

'宣言
Public MustInherit Class OpenXmlSimpleType _
    Implements ICloneable
'使用
Dim instance As OpenXmlSimpleType
public abstract class OpenXmlSimpleType : ICloneable

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

OpenXmlSimpleType Members

DocumentFormat.OpenXml Namespace