XmlSchemaValidator.SourceUri 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定被驗證 XML 節點的原始 URI。
public:
property Uri ^ SourceUri { Uri ^ get(); void set(Uri ^ value); };
public Uri? SourceUri { get; set; }
public Uri SourceUri { get; set; }
member this.SourceUri : Uri with get, set
Public Property SourceUri As Uri
屬性值
一個 Uri 代表被驗證 XML 節點原始 URI 的物件;預設為 null。
備註
驗證過程中拋出的任意 XmlSchemaValidationException URI 會被回報。