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 屬性會取得值,這個值用來解析 物件中的 SrgsDocument 相對 URI。 假設 的 XmlBasehttp://www.contoso.com/ 值為 ,且 SrgsDocument 包含另一份檔的相對規則參考,例如 SrgsRuleRef("ExternalGrammar.grxml") 。 這會建立外部檔的下列絕對路徑: http://www.contoso.com/ExternalGrammar.grxml

適用於