SignedXml.GetIdElement(XmlDocument, String) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
XmlElement Zwraca obiekt o określonym identyfikatorze z określonego XmlDocument obiektu.
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
Parametry
- document
- XmlDocument
XmlDocument Obiekt do pobrania XmlElement obiektu z.
- idValue
- String
Identyfikator XmlElement obiektu do pobrania z XmlDocument obiektu.
Zwraca
XmlElement Obiekt o określonym identyfikatorze z określonego XmlDocument obiektu lub null
jeśli nie można go odnaleźć.