CustomDeviceBase.GetDictionaryArrayProperty Method
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets the reference to the Dictionary array that is the value of the custom device item property specified by name.
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 GetDictionaryArrayProperty ( _ name As String, _ <OutAttribute> ByRef value As Dictionary() _ ) As Boolean |
| C# |
|---|
public bool GetDictionaryArrayProperty( string name, out Dictionary[] value ) |
| Visual C++ |
|---|
public: bool GetDictionaryArrayProperty( String^ name, [OutAttribute] array<Dictionary^>^% value ) |
Parameters
- name
- Type: System.String
The name of the property. Property names are case-sensitive.
- value
- Type:
NationalInstruments.VeriStand.SystemDefinitionAPI.Dictionary
%
The array of Dictionary objects.