System.Xml.XmlDataDocument.GetElementById C# (CSharp) Méthode

GetElementById() public méthode

public GetElementById ( string elemId ) : XmlElement
elemId string
Résultat XmlElement
        public override XmlElement GetElementById(string elemId)
        {
            throw new NotSupportedException(SR.DataDom_NotSupport_GetElementById);
        }
        public override XmlNodeList GetElementsByTagName(string name)
XmlDataDocument