Click or drag to resize

GlobalCustomMessageViewers Property

Gets the list of CustomMessageViewer available to use.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Dictionary<Guid, Type> CustomMessageViewers { get; }

Property Value

Type: DictionaryGuid, Type
A dictionary of where the Key is Metadata Id, Value is the type of CustomMessageViewer.
See Also