XmlUriData.UriKind 属性

定义

获取 UriKind 属性。Gets the UriKind property.

public:
 property UriKind UriKind { UriKind get(); };
public UriKind UriKind { get; }
member this.UriKind : UriKind
Public ReadOnly Property UriKind As UriKind

属性值

UriKind

一个 UriKind 枚举值,该值指示中包含的原始 Uri 字符串 UriString 是相对的还是绝对的。A UriKind enum value indicating whether the raw Uri string contained in UriString is relative or absolute.

适用于