Word Object Model Reference (Visual Studio Tools for Office)
XMLNode Class

Represents a single XMLNode control that exposes events and that can be bound to data.

Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in microsoft.office.tools.word.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class XMLNode
	Inherits BindableComponent
	Implements ISupportInitializeControl, ISupportInitialize
Visual Basic (Usage)
Dim instance As XMLNode
C#
public sealed class XMLNode : BindableComponent, ISupportInitializeControl, ISupportInitialize
Remarks

Microsoft Visual Studio 2005 Tools for the Microsoft Office System creates an XMLNode control for elements that are allowed to appear only once in a document (when the schema specifies maxOccurs = 1 for that element).

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.VisualStudio.Tools.Applications.Runtime.BindableComponent
        Microsoft.Office.Tools.Word.XMLNode
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

Page view tracker