| BuildProcessLoadedPlugIns Property |
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public Dictionary<string, IPlugIn> LoadedPlugIns { get; }
Public ReadOnly Property LoadedPlugIns As Dictionary(Of String, IPlugIn)
Get
public:
property Dictionary<String^, IPlugIn^>^ LoadedPlugIns {
Dictionary<String^, IPlugIn^>^ get ();
}
member LoadedPlugIns : Dictionary<string, IPlugIn> with get
Property Value
Type:
DictionaryString,
IPlugInThe key is the plug in ID. The value is a reference to an
IPlugIn interface
for the plug-in.
Remarks This allows you to access other plug-ins to facilitate sharing of information between them.
See Also