ModelItems 屬性

Gets the child model items for this model item.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
Public Property ModelItems As ModelItem()
    Get
    Set
'用途
Dim instance As ModelItem
Dim value As ModelItem()

value = instance.ModelItems

instance.ModelItems = value
public ModelItem[] ModelItems { get; set; }
public:
property array<ModelItem^>^ ModelItems {
    array<ModelItem^>^ get ();
    void set (array<ModelItem^>^ value);
}
member ModelItems : ModelItem[] with get, set
function get ModelItems () : ModelItem[]
function set ModelItems (value : ModelItem[])

屬性值

型別:array<ReportService2005. . :: . .ModelItem> [] () [] []
An array of ModelItem objects.

備註

This call is not recursive and returns a shallow array of child model items.