System.Html.ShadowRoot.QuerySelectorAll C# (CSharp) Méthode

QuerySelectorAll() public méthode

public QuerySelectorAll ( string selectors ) : ElementNodeList
selectors string
Résultat ElementNodeList
        public ElementNodeList QuerySelectorAll(string selectors)
        {
            return default(ElementNodeList);
        }