Definitions Class
Defines the Definitions Class.When the object is serialized out as xml, its qualified name is inkml:definitions.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.InkML.Definitions
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<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
用法
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
Remarks
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>
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.