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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.