GridItem.GridItems 属性

定义

在派生类中重写时,获取作为此GridItem子项关联的对象集合GridItem(如果有)。

public:
 abstract property System::Windows::Forms::GridItemCollection ^ GridItems { System::Windows::Forms::GridItemCollection ^ get(); };
public abstract System.Windows.Forms.GridItemCollection GridItems { get; }
member this.GridItems : System.Windows.Forms.GridItemCollection
Public MustOverride ReadOnly Property GridItems As GridItemCollection

属性值

对象的集合 GridItem

适用于