DesignerActionListCollection.Item[Int32] Property
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 or sets the element at the specified index.
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
Parameters
- index
- Int32
The zero-based index of the element.
Property Value
The DesignerActionList at the specified index.
Remarks
Setting an element to null
causes a design-time exception to be thrown when the smart tag panel is displayed.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.