This topic has not yet been rated - Rate this topic

XmlSchemaObject Members

Represents the root class for the Xml schema object model hierarchy and serves as a base class for classes such as the XmlSchema class.

The following tables list the members exposed by the XmlSchemaObject type.

  Name Description
Protected method Supported by the .NET Compact Framework Supported by the XNA Framework XmlSchemaObject Initializes a new instance of the XmlSchemaObject class.
Top
  Name Description
Public property Supported by the .NET Compact Framework Supported by the XNA Framework LineNumber Gets or sets the line number in the file to which the schema element refers.
Public property Supported by the .NET Compact Framework Supported by the XNA Framework LinePosition Gets or sets the line position in the file to which the schema element refers.
Public property Supported by the .NET Compact Framework Supported by the XNA Framework Namespaces Gets or sets the XmlSerializerNamespaces to use with this schema object.
Public property Supported by the .NET Compact Framework Supported by the XNA Framework Parent Gets or sets the parent of this XmlSchemaObject.
Public property Supported by the .NET Compact Framework Supported by the XNA Framework SourceUri Gets or sets the source location for the file that loaded the schema.
Top
(see also Protected Methods )
  Name Description
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework ToString  Returns a String that represents the current Object. (inherited from Object)
Top
  Name Description
Protected method Supported by the .NET Compact Framework Supported by the XNA Framework Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method Supported by the .NET Compact Framework Supported by the XNA Framework MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.