ContextNodeProperty Class

Defines the ContextNodeProperty Class.When the object is serialized out as xml, its qualified name is msink:property.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.OpenXmlLeafTextElement
        DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty

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

Syntax

'Declaration
Public Class ContextNodeProperty _
    Inherits OpenXmlLeafTextElement
'Usage
Dim instance As ContextNodeProperty
public class ContextNodeProperty : OpenXmlLeafTextElement

Remarks

2.5.56 CT_Property

Target namespace: https://schemas.microsoft.com/ink/2008/7/17/main

Referenced by: CT_CtxNode

An element of this type is used to store an arbitrary piece of binary data. The format of the data MUST be represented as xsd:hexBinary ([XMLSCHEMA2] section 3.2.15).

Attributes:

type : An ST_Guid attribute that specifies the moniker of the custom data.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_Property">

<xsd:simpleContent>

<xsd:extension base="xsd:hexBinary">

<xsd:attribute name="type" type="ST_Guid"/>

</xsd:extension>

</xsd:simpleContent>

</xsd:complexType>

See section 5.9 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

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

ContextNodeProperty Members

DocumentFormat.OpenXml.Office2010.Ink Namespace