Share via


XmlSchemaReference.Location Property

 

Gets the physical location of this schema, specified as a URI.

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

Syntax

public Uri Location { get; }
public:
property Uri^ Location {
    Uri^ get();
}
member Location : Uri with get
Public ReadOnly Property Location As Uri

Property Value

Type: System.Uri

The physical location of this schema, specified as a URI.

Remarks

If this property is null, the location of the schema with a matching target namespace has not yet been resolved by the XmlSchemaSetBuilder.

See Also

XmlSchemaReference Class
Microsoft.VisualStudio.XmlEditor Namespace

Return to top