| Visual Basic (Declaration) | |
|---|---|
Overloads Public Property Item( _ ByVal index As Integer _ ) As DynamicProperty | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public DynamicProperty Item( int index ) {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property DynamicProperty* get_Item( int index ); public: __property void set_Item( int index, DynamicProperty* value ); | |
| C++/CLI | |
|---|---|
public: property DynamicProperty^ Item { DynamicProperty^ get(int index); void set (int index, DynamicProperty^ value); } | |
Parameters
- index
- Index of the item that is modified.
| Exception | Description |
|---|---|
| ArgumentOutOfRangeException | Index is not a valid index in the DynamicPropertiesCollection. |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family