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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.