메소드 | 설명 | |
---|---|---|
Contains ( IDockingElement item ) : bool |
Determines whether the collection contains the docking element.
|
|
DockingElementClosedCollection ( string name ) : System |
Initialize a new instance of the DockingElementClosedCollection class.
|
|
GetEnumerator ( ) : IEnumerator |
Shallow enumerate over child docking elements.
|
|
this ( int index ) : IDockingElement |
Gets the docking element at the specified index.
|
|
this ( string name ) : IDockingElement |
Gets the docking element with the specified name.
|
메소드 | 설명 | |
---|---|---|
InternalAdd ( IDockingElement item ) : void |
Append a docking element to the collection.
|
|
InternalClear ( ) : void |
Remove all docking elements from the collection.
|
|
InternalInsert ( int index, IDockingElement item ) : void |
Insert a docking element to the collection.
|
|
InternalRemove ( IDockingElement item ) : bool |
Removes first occurance of specified docking element.
|
public Contains ( IDockingElement item ) : bool | ||
item | IDockingElement | IDockingElement reference. |
리턴 | bool |
public DockingElementClosedCollection ( string name ) : System | ||
name | string | Initial name of the element. |
리턴 | System |
protected InternalAdd ( IDockingElement item ) : void | ||
item | IDockingElement | IDockingElement reference. |
리턴 | void |
protected InternalInsert ( int index, IDockingElement item ) : void | ||
index | int | Insertion index. |
item | IDockingElement | IDockingElement reference. |
리턴 | void |
protected InternalRemove ( IDockingElement item ) : bool | ||
item | IDockingElement | IDockingElement reference. |
리턴 | bool |
public this ( string name ) : IDockingElement | ||
name | string | Name of element. |
리턴 | IDockingElement |