Mini SQL Query Extensibility Documentation
Plugins Property
NamespacesMiniSqlQuery.CoreApplicationServicesPlugins

[This is preliminary documentation and is subject to change.]

A dictionary of the current plugins for this application.
Declaration Syntax
C#Visual BasicVisual C++
public Dictionary<Type, IPlugIn> Plugins { get; }
Public ReadOnly Property Plugins As Dictionary(Of Type, IPlugIn)
public:
property Dictionary<Type^, IPlugIn^>^ Plugins {
	Dictionary<Type^, IPlugIn^>^ get ();
}
Value
A reference to the plugin dictionary.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 0.9.9.0 (0.9.9.0)