XMLNodes Members (2007 System)

Include Protected Members
Include Inherited Members

A collection of XMLNode objects that represent the nodes in the tree view of the XML Structure task pane, which indicates the elements that a user has applied to a document.

The XMLNodes type exposes the following members.

Constructors

 

Name

Description

Public method

XMLNodes

Infrastructure. Overloaded.

Top

Methods

 

Name

Description

Public method

Add

Gets a XMLNode object that represents a newly added element.

Public method

BeginInit

Infrastructure.

Protected method

CheckValidState

(Inherited from RemoteComponent.)

Public method

Dispose

Overloaded.

Public method

EndInit

Infrastructure.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

(Inherited from RemoteComponent.)

Public method

GetEnumerator

Gets the enumerator for the XMLNodes control.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Protected method

GetHostItem<T>

(Inherited from RemoteComponent.)

Protected method

GetService

(Inherited from RemoteComponent.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

InitializeControl

(Inherited from RemoteComponent.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Protected method

SetPrimaryCookie

(Inherited from RemoteComponent.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

Application

Gets a Application object that represents the Microsoft Office Word application.

Public property

Container

(Inherited from RemoteComponent.)

Public property

Count

Gets the number of items in the XMLNodes collection.

Public property

Creator

Gets the application in which the XMLNodes control was created.

Protected property

DesignMode

(Inherited from RemoteComponent.)

Protected property

HostContext

(Inherited from RemoteComponent.)

Protected property

Identifier

(Inherited from RemoteComponent.)

Public property

InnerObject

Gets a XMLNodes that represents the underlying native object for the XMLNodes control.

Protected property

InnerType

(Inherited from RemoteComponent.)

Public property

Item

Gets the XMLNode at the specified index.

Protected property

ItemProvider

(Inherited from RemoteComponent.)

Public property

Parent

Gets a Document that represents the document containing the XMLNodes collection.

Protected property

PrimaryCookie

(Inherited from RemoteComponent.)

Public property

Site

(Inherited from RemoteComponent.)

Public property

Tag

(Inherited from RemoteComponent.)

Top

Events

 

Name

Description

Public event

AfterInsert

Occurs when the user adds a new XMLNode to the collection or to one of its descendents.

Public event

BeforeDelete

Occurs when the user deletes a XMLNode or descendent node from the collection, before the control is deleted.

Public event

ContextEnter

Occurs when the cursor is placed inside one of the nodes or descendant nodes of the XMLNodes collection, from an area outside of the context of the node.

Public event

ContextLeave

Occurs when the cursor is moved from one of the nodes or descendant nodes of the XMLNodes collection, to an area outside of the context of the original node.

Public event

Deselect

Occurs when the cursor is moved out of one of the nodes of the XMLNodes collection.

Public event

Disposed

(Inherited from RemoteComponent.)

Public event

Select

Occurs when the cursor is placed inside one of the nodes of the XMLNodes collection.

Public event

ValidationError

Occurs when there is a validation error in the XMLNodes control.

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

ISupportInitializeControl.InitializeControl

Infrastructure.

Top

See Also

Reference

XMLNodes Class

Microsoft.Office.Tools.Word Namespace