| Visual Basic (Declaration) | |
|---|---|
Public Function GetParameterNames() As String() | |
| C# | |
|---|---|
public string[] GetParameterNames() | |
| C++/CLI | |
|---|---|
public: array<String^>^ GetParameterNames(); | |
Return Value
Array of parameter names. Empty array if the hardware has no configurable input extension parameters.Note: It is recommended to use the strongly typed methods and properties on sub-classes of this class instead of this method. See the specific Input Extension class for the hardware that is being used.
These parameter names can be used with the SetParameter or GetParameter property to set or get parameter Values.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)