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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.