System.Html.ShadowRoot.GetElementsByTagNameNS C# (CSharp) 메소드

GetElementsByTagNameNS() 공개 메소드

public GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
@namespace string
localName string
리턴 ElementCollection
        public ElementCollection GetElementsByTagNameNS(string @namespace, string localName)
        {
            return default(ElementCollection);
        }