DesignerActionListCollection.Item[Int32] 属性

定义

获取或设置指定索引处的元素。

public:
 property System::ComponentModel::Design::DesignerActionList ^ default[int] { System::ComponentModel::Design::DesignerActionList ^ get(int index); void set(int index, System::ComponentModel::Design::DesignerActionList ^ value); };
public System.ComponentModel.Design.DesignerActionList this[int index] { get; set; }
public System.ComponentModel.Design.DesignerActionList? this[int index] { get; set; }
member this.Item(int) : System.ComponentModel.Design.DesignerActionList with get, set
Default Public Property Item(index As Integer) As DesignerActionList

参数

index
Int32

元素的从零开始的索引。

属性值

指定索引处的 DesignerActionList

注解

将 元素设置为 null 会导致在显示智能标记面板时引发设计时异常。

适用于

另请参阅