XmlDataDocument.GetElementById(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取具有指定 ID 的 XmlElement。 XmlDataDocument 类不支持该方法。 调用此方法将引发异常。
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 类不支持该方法。