XmlDataDocument.GetElementById(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.
Pobiera element XmlElement z określonym identyfikatorem. Ta metoda nie jest obsługiwana przez klasę XmlDataDocument . Wywołanie tej metody zgłasza wyjątek.
public:
override System::Xml::XmlElement ^ GetElementById(System::String ^ elemId);
public override System.Xml.XmlElement? GetElementById (string elemId);
public override System.Xml.XmlElement GetElementById (string elemId);
override this.GetElementById : string -> System.Xml.XmlElement
Public Overrides Function GetElementById (elemId As String) As XmlElement
Parametry
- elemId
- String
Identyfikator atrybutu, który ma być zgodny.
Zwraca
Element XmlElement z określonym identyfikatorem.
Wyjątki
Wywoływanie tej metody.
Uwagi
Ta metoda nie jest obsługiwana przez klasę XmlDataDocument .