C# Class System.Html.ShadowRoot

Inheritance: System.Xml.XmlDocumentFragment
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
ShadowRoot System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
AddEventListener ( ShadowRootEvents type, Action listener ) : void
AddEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void
AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener ) : void
AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( ShadowRootEvents type, IEventListener listener ) : void
AddEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
GetElementById ( string elementId ) : Element
GetElementsByClassName ( string classNames ) : ElementCollection
GetElementsByTagName ( string localName ) : ElementCollection
GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
QuerySelector ( string selectors ) : Element
QuerySelectorAll ( string selectors ) : ElementNodeList
RemoveEventListener ( ShadowRootEvents type, Action listener ) : void
RemoveEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void
RemoveEventListener ( ShadowRootEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( ShadowRootEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( ShadowRootEvents type, IEventListener listener ) : void
RemoveEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Méthode Description
ShadowRoot ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

public AddEventListener ( ShadowRootEvents type, Action listener ) : void
type ShadowRootEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void
type ShadowRootEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener ) : void
type ShadowRootEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener, bool capture ) : void
type ShadowRootEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener ) : void
type ShadowRootEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type ShadowRootEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( ShadowRootEvents type, IEventListener listener ) : void
type ShadowRootEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void
type ShadowRootEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

GetElementById() public méthode

public GetElementById ( string elementId ) : Element
elementId string
Résultat Element

GetElementsByClassName() public méthode

public GetElementsByClassName ( string classNames ) : ElementCollection
classNames string
Résultat ElementCollection

GetElementsByTagName() public méthode

public GetElementsByTagName ( string localName ) : ElementCollection
localName string
Résultat ElementCollection

GetElementsByTagNameNS() public méthode

public GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
@namespace string
localName string
Résultat ElementCollection

QuerySelector() public méthode

public QuerySelector ( string selectors ) : Element
selectors string
Résultat Element

QuerySelectorAll() public méthode

public QuerySelectorAll ( string selectors ) : ElementNodeList
selectors string
Résultat ElementNodeList

RemoveEventListener() public méthode

public RemoveEventListener ( ShadowRootEvents type, Action listener ) : void
type ShadowRootEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void
type ShadowRootEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( ShadowRootEvents type, HtmlEventHandler listener ) : void
type ShadowRootEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( ShadowRootEvents type, HtmlEventHandler listener, bool capture ) : void
type ShadowRootEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener ) : void
type ShadowRootEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type ShadowRootEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( ShadowRootEvents type, IEventListener listener ) : void
type ShadowRootEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void
type ShadowRootEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void