共用方式為


XmlSchemaValidator.SourceUri 屬性

定義

取得或設定被驗證 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

一個 Uri 代表被驗證 XML 節點原始 URI 的物件;預設為 null

備註

適用於

另請參閱