SrgsDocument.XmlBase 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
屬性值
SrgsDocument 目前的基底 URI。
備註
XmlBase 屬性會取得值,這個值用來解析 物件中的 SrgsDocument 相對 URI。 假設 的 XmlBasehttp://www.contoso.com/
值為 ,且 SrgsDocument 包含另一份檔的相對規則參考,例如 SrgsRuleRef("ExternalGrammar.grxml")
。 這會建立外部檔的下列絕對路徑: http://www.contoso.com/ExternalGrammar.grxml
。