SignedXml.GetIdElement(XmlDocument, String) 方法

定义

从指定的 XmlElement 对象返回具有指定 ID 的 XmlDocument 对象。

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);
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 对象的 XmlElement 对象。

idValue
String

要从 XmlElement 对象中检索的 XmlDocument 对象的 ID。

返回

指定的 XmlElement 对象中具有指定 ID 的 XmlDocument 对象;或者,如果未能找到它,则为 null

适用于