Visual Basic (Declaration) | |
---|---|
Public Default Property Item( _ ByVal index As Integer _ ) As RasterSaveDialogFileFormat |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterSaveDialogFileFormat this[ int index ]; {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property RasterSaveDialogFileFormat* get_Item( int index ); public: __property void set_Item( int index, RasterSaveDialogFileFormat* value ); |
C++/CLI | |
---|---|
public: property RasterSaveDialogFileFormat^ default [int] { RasterSaveDialogFileFormat^ get(int index); void set (int index, RasterSaveDialogFileFormat^ value); } |
Parameters
- index
- The index of the item in the collection to get or set.
Return Value
The RasterSaveDialogFileFormat associated with the index.Refer to RasterSaveDialog example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family