Share via


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 개체입니다. 값이 이 http://www.contoso.com/ 고 가 SrgsDocument 다른 문서에 대한 XmlBase 상대 규칙 참조(예SrgsRuleRef("ExternalGrammar.grxml"): )를 포함하고 있다고 가정합니다. 이 외부 문서에 절대 경로 만듭니다: http://www.contoso.com/ExternalGrammar.grxml합니다.

적용 대상