次の方法で共有


ChannelProperties Class

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

Inheritance Hierarchy

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

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(ChannelProperty))> _
Public Class ChannelProperties _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As ChannelProperties
[ChildElementInfoAttribute(typeof(ChannelProperty))]
public class ChannelProperties : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • ChannelProperty <inkml:channelProperty>

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

ChannelProperties Members

DocumentFormat.OpenXml.InkML Namespace