Freigeben über


ContextNodeProperty-Klasse

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

Vererbungshierarchie

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

Hinweise

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).

Threadsicherheit

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

Siehe auch

Referenz

ContextNodeProperty-Member

DocumentFormat.OpenXml.Office2010.Ink-Namespace