XmlSchemaReferenceException.Reference Property

Returns the XmlSchemaReference from the XmlSchemaSetBuilder.Sources collection that triggered this exception.

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

Usage

'Usage
Dim instance As XmlSchemaReferenceException
Dim value As XmlSchemaReference

value = instance.Reference

Syntax

'Declaration
Public ReadOnly Property Reference As XmlSchemaReference
public XmlSchemaReference Reference { get; }
public:
property XmlSchemaReference^ Reference {
    XmlSchemaReference^ get ();
}
/** @property */
public XmlSchemaReference get_Reference ()
public function get Reference () : XmlSchemaReference

Property Value

The XmlSchemaReference from the XmlSchemaSetBuilder.Sources collection that triggered this exception.

Remarks

An XmlSchemaReferenceException is reported for each XmlSchemaReference in the Sources collection that directly or indirectly references a schema that triggers resolution errors.

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

XmlSchemaReferenceException Class
XmlSchemaReferenceException Members
Microsoft.VisualStudio.XmlEditor Namespace

Build Date:

2012-11-12