XmlDocument.GetElementById(String) 方法

定义

返回与 ID 属性匹配的元素。

public:
 virtual XmlElement ^ GetElementById(Platform::String ^ elementId) = GetElementById;
XmlElement GetElementById(winrt::hstring const& elementId);
public XmlElement GetElementById(string elementId);
function getElementById(elementId)
Public Function GetElementById (elementId As String) As XmlElement

参数

elementId
String

Platform::String

winrt::hstring

要匹配的 ID。

返回

与提供的 ID 匹配的元素。 如果没有元素匹配,此方法返回 Null。

适用于