CollectionEditor.GetItems(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array of objects containing the specified collection.
protected:
virtual cli::array <System::Object ^> ^ GetItems(System::Object ^ editValue);
protected virtual object[] GetItems (object editValue);
protected virtual object[] GetItems (object? editValue);
abstract member GetItems : obj -> obj[]
override this.GetItems : obj -> obj[]
Protected Overridable Function GetItems (editValue As Object) As Object()
Parameters
- editValue
- Object
The collection to edit.
Returns
Object[]
An array containing the collection objects, or an empty object array if the specified collection does not inherit from ICollection.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.