IMacroProvider.MacroList Property

Gets the list of all macros and requests available in the provider.
ReadOnly Property MacroList() As Dictionary(Of String, String)
This language is not supported or no code example is available.
Dictionary<string, string> MacroList {get;}
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.

Remarks
 
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#.
Version
 
Available since QDV 7.14.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition