RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets a handle to a heap allocated list of RFA_WStrings.
Namespace: ThomsonReuters.RFA.ConfigAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public List<RFA_WString> GetChildAsStringListW( RFA_String name, RFA_WString defVal, RFA_WString dltr ) |
Visual Basic |
---|
Public Function GetChildAsStringListW ( _ name As RFA_String, _ defVal As RFA_WString, _ dltr As RFA_WString _ ) As List(Of RFA_WString) |
Visual C++ |
---|
public: List<RFA_WString^>^ GetChildAsStringListW( RFA_String^ name, RFA_WString^ defVal, RFA_WString^ dltr ) |
F# |
---|
member GetChildAsStringListW : name:RFA_String * defVal:RFA_WString * dltr:RFA_WString -> List<RFA_WString> |
Parameters
- name
- Type: ThomsonReuters.RFA.Common..::..RFA_String
A name of the quired child node.
- defVal
- Type: ThomsonReuters.RFA.Common..::..RFA_WString
The default value if the node does not exist.
- dltr
- Type: ThomsonReuters.RFA.Common..::..RFA_WString
A string delimiter.
Return Value
A list of wide string value of the child node.
Remarks
A handle to a heap allocated list of RFA_WStrings will be returned
if the tree has a such named descendant node and its type
is ConfigStringW. Otherwise the defVal will be returned.
A caller is responsible for setting the handle to null.