Dictionary.AddI32 Method
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Adds a signed 32-bit integer element to the dictionary.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function AddI32 ( _ name As String, _ value As Integer _ ) As Boolean |
| C# |
|---|
public bool AddI32( string name, int value ) |
| Visual C++ |
|---|
public: bool AddI32( String^ name, int value ) |
Parameters
- name
- Type: System.String
The name, or key, for the element.
- value
- Type: System.Int32
The initial value of the element.