Dictionary.GetU32 Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets the unsigned 32-bit integer element specified by name. This method also returns the current value of the element.
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 GetU32 ( _ name As String, _ <OutAttribute> ByRef value As UInteger _ ) As Boolean |
| C# |
|---|
public bool GetU32( string name, out uint value ) |
| Visual C++ |
|---|
public: bool GetU32( String^ name, [OutAttribute] unsigned int% value ) |
Parameters
- name
- Type: System.String
The name of the element.
- value
- Type:
System.UInt32
%
The current value of the element.