| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Sub SetActiveIndexes( _ ByVal ParamArray activeIndexes() As Integer _ ) | |
| C# | |
|---|---|
public abstract void SetActiveIndexes( params int[] activeIndexes ) | |
| C++/CLI | |
|---|---|
public: abstract void SetActiveIndexes( ... array<int>^ activeIndexes ) | |
Parameters
- activeIndexes
- symbol indexes as offsets relative to the beginning of each repetition
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)