XmlUriData(String, UriKind, XmlQualifiedName) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- uriString
- String
The raw string representation of the Uri.
- elementQualifiedName
- XmlQualifiedName
The qualified name of the XML element that originally contained the raw Uri string.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา