System.Xml.XmlDocumentFragment.GetElementById C# (CSharp) Method

GetElementById() public method

public GetElementById ( string elementId ) : XmlElement
elementId string
return XmlElement
        public XmlElement GetElementById(string elementId)
        {
            return default(XmlElement);
        }