This topic has not yet been rated - Rate this topic

XContainer Properties

The XContainer type exposes the following members.

  NameDescription
Public property Supported by the .NET Compact Framework Supported by the XNA Framework BaseUri Gets the base URI for this XObject. (Inherited from XObject.)
Public property Supported by the .NET Compact Framework Supported by the XNA Framework Document Gets the XDocument for this XObject. (Inherited from XObject.)
Public property Supported by the .NET Compact Framework Supported by the XNA Framework FirstNode Get the first child node of this node.
Public property Supported by the .NET Compact Framework Supported by the XNA Framework LastNode Get the last child node of this node.
Public property Supported by the .NET Compact Framework Supported by the XNA Framework NextNode Gets the next sibling node of this node. (Inherited from XNode.)
Public property Supported by the .NET Compact Framework Supported by the XNA Framework NodeType Gets the node type for this XObject. (Inherited from XObject.)
Public property Supported by the .NET Compact Framework Supported by the XNA Framework Parent Gets the parent XElement of this XObject. (Inherited from XObject.)
Public property Supported by the .NET Compact Framework Supported by the XNA Framework PreviousNode Gets the previous sibling node of this node. (Inherited from XNode.)
Top
  NameDescription
Explicit interface implemetation Private property Supported by the .NET Compact Framework Supported by the XNA Framework IXmlLineInfo.LineNumber Gets the line number that the underlying XmlReader reported for this XObject. (Inherited from XObject.)
Explicit interface implemetation Private property Supported by the .NET Compact Framework Supported by the XNA Framework IXmlLineInfo.LinePosition Gets the line position that the underlying XmlReader reported for this XObject. (Inherited from XObject.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.