| Visual Basic (Declaration) | |
|---|---|
Public MustOverride ReadOnly Default Property Item( _ ByVal index As Integer _ ) As UserInputSetupChannel | |
| C# | |
|---|---|
public abstract UserInputSetupChannel this[ int index ]; {get;} | |
| C++/CLI | |
|---|---|
public: abstract property UserInputSetupChannel^ default [int] { UserInputSetupChannel^ get(int index); } | |
Parameters
- index
- Zero-based index of item to get.
Property Value
The item at the specified index.| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | index is less than zero or greater than or equal to the Count of the collection |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)