共用方式為


EncryptedXml.GetIdElement(XmlDocument, String) 方法

定義

判斷如何解析內部統一資源識別元 (URI) 參考。

public:
 virtual System::Xml::XmlElement ^ GetIdElement(System::Xml::XmlDocument ^ document, System::String ^ idValue);
public virtual System.Xml.XmlElement GetIdElement (System.Xml.XmlDocument document, string idValue);
abstract member GetIdElement : System.Xml.XmlDocument * string -> System.Xml.XmlElement
override this.GetIdElement : System.Xml.XmlDocument * string -> System.Xml.XmlElement
Public Overridable Function GetIdElement (document As XmlDocument, idValue As String) As XmlElement

參數

document
XmlDocument

XmlDocument 物件,包含具有 ID 值的項目。

idValue
String

代表 ID 值的字串。

傳回

XmlElement

包含 ID 的 XmlElement 物件,這個 ID 表示如何解析內部統一資源識別元 (URI)。

備註

方法 GetIdElement 會決定如何解析內部統一資源識別項 (URI) 。 它會尋找具有指定值的專案,或尋找具有指定值之 ID 屬性的專案。

適用於