Table of Contents

Class MSINK

Namespace
DocumentFormat.OpenXml.Linq
Assembly
DocumentFormat.OpenXml.Linq.dll

Declares XNamespace and XName fields for the xmlns:msink="http://schemas.microsoft.com/ink/2010/main" namespace.

public static class MSINK
Inheritance
MSINK
Inherited Members

Fields

context

Represents the msink:context XML element.

public static readonly XName context

Field Value

XName

Remarks

As an XML element, it:

Represents the msink:destinationLink XML element.

public static readonly XName destinationLink

Field Value

XName

As an XML element, it:

  • has the following parent XML elements: context.
  • has the following XML attributes: direction, ref.
  • corresponds to the following strongly-typed classes: DestinationLink.

msink

Defines the XML namespace associated with the msink prefix.

public static readonly XNamespace msink

Field Value

XNamespace

property

Represents the msink:property XML element.

public static readonly XName property

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: context.
  • has the following XML attributes: type.
  • corresponds to the following strongly-typed classes: ContextNodeProperty.

Represents the msink:sourceLink XML element.

public static readonly XName sourceLink

Field Value

XName

As an XML element, it:

  • has the following parent XML elements: context.
  • has the following XML attributes: direction, ref.
  • corresponds to the following strongly-typed classes: SourceLink.