IMacroProvider.MacroList Property
ReadOnly Property MacroList() As Dictionary(Of String, String)
This language is not supported or no code example is available.
Property Value
Dictionary<string, string>A dictionary where the key is the unique identifier of the macro (macro ID), the value is the macro name.
The macro IDs have a prefix that specifies a kind of a macro. Normal macros have
prefix #NORMAL#. Requests have prefix #MINI#. There's also
one additional macro that contains code for all events and its prefix is
#EVENT#.
Available since QDV 7.14.0001.