Share via


XmlSchemaReference Class

Represents the combination of an XML schema location and a target namespace.

Namespace: Microsoft.VisualStudio.XmlEditor
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)

Usage

'Usage
Dim instance As XmlSchemaReference

Syntax

'Declaration
Public Class XmlSchemaReference
public class XmlSchemaReference
public ref class XmlSchemaReference
public class XmlSchemaReference
public class XmlSchemaReference

Remarks

The TargetNamespace matches the targetNamespace attribute on the root xsd:schema element in the XML schema located at the specified location.

This class is concrete so that it is easier for external users to call the schema services APIs, which often require XmlSchemaReference.

This class (and derived classes) should always be kept immutable, meaning that the data contained in the instance cannot be changed after construction is complete.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.XmlEditor.XmlSchemaReference

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

XmlSchemaReference Members
Microsoft.VisualStudio.XmlEditor Namespace

Build Date:

2012-11-12