XmlDocument.GetElementById(String) Method

Definition

Returns the element that matches the ID attribute.

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

Parameters

elementId
String

Platform::String

winrt::hstring

The ID to match.

Returns

The element that matches the supplied ID. If no elements match, this method returns Null.

Applies to