프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Children | IEnumerable |
||
Children | IEnumerable |
||
GetSelectedItem | int | ||
System | IEnumerator | ||
this | IDomElement | ||
this | IDomElement |
메소드 | 설명 | |
---|---|---|
GetEnumerator ( ) : IEnumerator |
Gets the enumerator.
|
|
HTMLOptionsCollection ( IDomElement parent ) : System |
Creates an HTMLOptionsCollection from the children of a Select element.
|
|
Item ( int index ) : IDomElement |
Returns the specific node at the given zero-based index (gives null if out of range)
|
|
NamedItem ( string name ) : IDomElement |
Returns the specific node with the given DOMString (i.e., string) id. Returns null if no such named node exists.
|
메소드 | 설명 | |
---|---|---|
Children ( ) : IEnumerable |
Enumerates the element children of a node.
|
메소드 | 설명 | |
---|---|---|
Children ( IDomElement parent ) : IEnumerable |
Implementation for Children. The bool part of the tuple indicates if the element inherits a "disabled" property.
|
|
Children ( IDomElement parent, bool disabled ) : IEnumerable |
||
GetSelectedItem ( OptionElement &el ) : int | ||
System ( ) : IEnumerator |
Gets the enumerator.
|
|
this ( int index ) : IDomElement | ||
this ( string name ) : IDomElement |
public HTMLOptionsCollection ( IDomElement parent ) : System | ||
parent | IDomElement | /// The parent element for this collection. /// |
리턴 | System |
public Item ( int index ) : IDomElement | ||
index | int | /// The zero-based index of the option element. /// |
리턴 | IDomElement |
public NamedItem ( string name ) : IDomElement | ||
name | string | /// The zero-based index of the option element. /// |
리턴 | IDomElement |