SignedXml.GetIdElement(XmlDocument, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从指定的 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
。