次の方法で共有


XmlSchemaObject.SourceUri プロパティ

スキーマを読み込んだファイルのソース位置を取得または設定します。

Public Property SourceUri As String
[C#]
public string SourceUri {get; set;}
[C++]
public: __property String* get_SourceUri();public: __property void set_SourceUri(String*);
[JScript]
public function get SourceUri() : String;public function set SourceUri(String);

プロパティ値

ファイルのソース位置 (URI)。

解説

例外処理情報を提供します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

XmlSchemaObject クラス | XmlSchemaObject メンバ | System.Xml.Schema 名前空間