C# 클래스 System.Html.ShadowRoot

상속: System.Xml.XmlDocumentFragment
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
ShadowRoot System.Runtime.CompilerServices

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ShadowRoot ( ) : System.Runtime.CompilerServices

메소드 상세

AddEventListener() 공개 메소드

public AddEventListener ( ShadowRootEvents type, Action listener ) : void
type ShadowRootEvents
listener Action
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void
type ShadowRootEvents
listener Action
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener ) : void
type ShadowRootEvents
listener HtmlEventHandler
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener, bool capture ) : void
type ShadowRootEvents
listener HtmlEventHandler
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener ) : void
type ShadowRootEvents
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type ShadowRootEvents
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( ShadowRootEvents type, IEventListener listener ) : void
type ShadowRootEvents
listener IEventListener
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void
type ShadowRootEvents
listener IEventListener
capture bool
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

AddEventListener() 공개 메소드

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

GetElementById() 공개 메소드

public GetElementById ( string elementId ) : Element
elementId string
리턴 Element

GetElementsByClassName() 공개 메소드

public GetElementsByClassName ( string classNames ) : ElementCollection
classNames string
리턴 ElementCollection

GetElementsByTagName() 공개 메소드

public GetElementsByTagName ( string localName ) : ElementCollection
localName string
리턴 ElementCollection

GetElementsByTagNameNS() 공개 메소드

public GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
@namespace string
localName string
리턴 ElementCollection

QuerySelector() 공개 메소드

public QuerySelector ( string selectors ) : Element
selectors string
리턴 Element

QuerySelectorAll() 공개 메소드

public QuerySelectorAll ( string selectors ) : ElementNodeList
selectors string
리턴 ElementNodeList

RemoveEventListener() 공개 메소드

public RemoveEventListener ( ShadowRootEvents type, Action listener ) : void
type ShadowRootEvents
listener Action
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void
type ShadowRootEvents
listener Action
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( ShadowRootEvents type, HtmlEventHandler listener ) : void
type ShadowRootEvents
listener HtmlEventHandler
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( ShadowRootEvents type, HtmlEventHandler listener, bool capture ) : void
type ShadowRootEvents
listener HtmlEventHandler
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener ) : void
type ShadowRootEvents
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type ShadowRootEvents
listener HtmlEventHandlerWithTarget
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( ShadowRootEvents type, IEventListener listener ) : void
type ShadowRootEvents
listener IEventListener
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void
type ShadowRootEvents
listener IEventListener
capture bool
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
리턴 void

RemoveEventListener() 공개 메소드

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
리턴 void