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