XmlDataDocument.GetElementById(String) 메서드

정의

지정된 ID의 XmlElement를 가져옵니다. 이 메서드는 XmlDataDocument 클래스에서 지원하지 않습니다. 이 메서드를 호출하면 예외가 throw됩니다.

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

매개 변수

elemId
String

일치시킬 특성 ID입니다.

반환

지정된 ID의 XmlElement입니다.

예외

이 메서드를 호출하는 경우

설명

이 메서드는 XmlDataDocument 클래스에서 지원하지 않습니다.

적용 대상