Visual Basic (Declaration) | |
---|---|
Public Default Property Item( _ ByVal index As Integer _ ) As RasterSaveDialogBitsPerPixel |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterSaveDialogBitsPerPixelList Dim index As Integer Dim value As RasterSaveDialogBitsPerPixel instance.Item(index) = value value = instance.Item(index) |
C# | |
---|---|
public RasterSaveDialogBitsPerPixel this( int index ) {get; set;} |
C++/CLI | |
---|---|
public: property RasterSaveDialogBitsPerPixel^ default [int] { RasterSaveDialogBitsPerPixel^ get(int index); void set (int index, RasterSaveDialogBitsPerPixel^ value); } |
Parameters
- index
- The index of the item in the collection to get or set.
Property Value
The RasterSaveDialogBitsPerPixel associated with the index.Refer to RasterSaveDialog example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7