SrgsDocument.XmlBase プロパティ

定義

SrgsDocument クラスのベース URI を取得または設定します。

public:
 property Uri ^ XmlBase { Uri ^ get(); void set(Uri ^ value); };
public Uri XmlBase { get; set; }
member this.XmlBase : Uri with get, set
Public Property XmlBase As Uri

プロパティ値

Uri

SrgsDocument の現在のベース URI。

注釈

XmlBase プロパティは、オブジェクト内の相対 URI を解決するために使用される値を SrgsDocument 取得します。 の値 XmlBase が で http://www.contoso.com/SrgsDocument に別のドキュメントへの相対ルール参照 (例: SrgsRuleRef("ExternalGrammar.grxml")) が含まれているとします。 これにより、外部ドキュメントへの絶対パスが作成されます。 http://www.contoso.com/ExternalGrammar.grxml

適用対象