XmlDocument.GetElementById(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.