次の方法で共有


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 を返します。

適用対象