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 ) |
Visual Basic |
---|
Public Function GetChildAsStringListW ( _ name As RFA_String _ ) As List(Of RFA_WString) |
Visual C++ |
---|
public: List<RFA_WString^>^ GetChildAsStringListW( RFA_String^ name ) |
F# |
---|
member GetChildAsStringListW : name:RFA_String -> List<RFA_WString> |
Parameters
- name
- Type: ThomsonReuters.RFA.Common..::..RFA_String
A name of the quired child node.
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 empty list will be returned.
The L',' will be use as default delimiter and a caller
is responsible for setting the handle to null.