Item Property (IconPageCollection)
Gets or sets the page at the specified index.
'Declaration
Public Overrides Default Property Item( _
ByVal As System.Int32 _
) As IconPage
public IconPage this[
System.Int32
]{ get; set; }
public: __property IconPage* get_Item(
System.Int32
); override;
public: __property void set_Item(
System.Int32 ,
IconPage*
); override;
public:
property IconPage^ default [System.Int32] {
IconPage^ get(System.Int32 ) override;;
void set(System.Int32 , IconPage^ ) override;;
}
Parameters
- index
- The zero-based index of the page to get or set.
Return Value
The page at the specified index.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5