메소드 | 설명 | |
---|---|---|
NavigatorPageCollectionEditor ( ) : System |
Initialize a new instance of the NavigatorPageCollectionEditor class.
|
메소드 | 설명 | |
---|---|---|
CreateNewItemTypes ( ) : System.Type[] |
Gets the data types that this collection editor can contain.
|
|
SetItems ( object editValue, object value ) : object |
Sets the specified array as the items of the collection.
|
protected SetItems ( object editValue, object value ) : object | ||
editValue | object | The collection to edit. |
value | object | An array of objects to set as the collection items. |
리턴 | object |