Freigeben über


Definitions-Klasse

Defines the Definitions Class.When the object is serialized out as xml, its qualified name is inkml:definitions.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.InkML.Definitions

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(TraceFormat))> _
<ChildElementInfoAttribute(GetType(TraceView))> _
<ChildElementInfoAttribute(GetType(Brush))> _
<ChildElementInfoAttribute(GetType(Canvas))> _
<ChildElementInfoAttribute(GetType(CanvasTransform))> _
<ChildElementInfoAttribute(GetType(Context))> _
<ChildElementInfoAttribute(GetType(InkSource))> _
<ChildElementInfoAttribute(GetType(Mapping))> _
<ChildElementInfoAttribute(GetType(Timestamp))> _
<ChildElementInfoAttribute(GetType(Trace))> _
<ChildElementInfoAttribute(GetType(TraceGroup))> _
Public Class Definitions _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Definitions
[ChildElementInfoAttribute(typeof(TraceFormat))]
[ChildElementInfoAttribute(typeof(TraceView))]
[ChildElementInfoAttribute(typeof(Brush))]
[ChildElementInfoAttribute(typeof(Canvas))]
[ChildElementInfoAttribute(typeof(CanvasTransform))]
[ChildElementInfoAttribute(typeof(Context))]
[ChildElementInfoAttribute(typeof(InkSource))]
[ChildElementInfoAttribute(typeof(Mapping))]
[ChildElementInfoAttribute(typeof(Timestamp))]
[ChildElementInfoAttribute(typeof(Trace))]
[ChildElementInfoAttribute(typeof(TraceGroup))]
public class Definitions : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • Brush <inkml:brush>

  • Canvas <inkml:canvas>

  • CanvasTransform <inkml:canvasTransform>

  • Context <inkml:context>

  • InkSource <inkml:inkSource>

  • Mapping <inkml:mapping>

  • Timestamp <inkml:timestamp>

  • Trace <inkml:trace>

  • TraceFormat <inkml:traceFormat>

  • TraceGroup <inkml:traceGroup>

  • TraceView <inkml:traceView>

Threadsicherheit

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

Siehe auch

Referenz

Definitions-Member

DocumentFormat.OpenXml.InkML-Namespace