Mini SQL Query Extensibility Documentation
Plugins Property
NamespacesMiniSqlQuery.CoreApplicationServicesPlugins
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:
virtual property Dictionary<Type^, IPlugIn^>^ Plugins {
	Dictionary<Type^, IPlugIn^>^ get () sealed;
}
Value
A reference to the plugin dictionary.

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