XmlUriData(String, UriKind, XmlQualifiedName) 构造函数
定义
使用给定的参数设置 UriString、UriKind 和 ElementQualifiedName 属性。Sets the UriString, UriKind, and ElementQualifiedName properties using the given parameters.
public:
XmlUriData(System::String ^ uriString, UriKind uriKind, System::Xml::XmlQualifiedName ^ elementQualifiedName);
public XmlUriData (string uriString, UriKind uriKind, System.Xml.XmlQualifiedName elementQualifiedName);
new System.ServiceModel.Syndication.XmlUriData : string * UriKind * System.Xml.XmlQualifiedName -> System.ServiceModel.Syndication.XmlUriData
Public Sub New (uriString As String, uriKind As UriKind, elementQualifiedName As XmlQualifiedName)
参数
- uriString
- String
URI 的原始字符串表示形式。The raw string representation of the Uri.
- uriKind
- UriKind
一个 UriKind 枚举值,它指示给定的 URI 是相对 URI 还是绝对 URI。A UriKind enum value indicating whether the Uri given is relative or absolute.
- elementQualifiedName
- XmlQualifiedName
最初包含原始 URI 字符串的 XML 元素的限定名称。The qualified name of the XML element that originally contained the raw Uri string.