GlobalCustomMessageViewers Property |
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static Dictionary<Guid, Type> CustomMessageViewers { get; }
Public Shared ReadOnly Property CustomMessageViewers As Dictionary(Of Guid, Type)
Get
public:
static property Dictionary<Guid, Type^>^ CustomMessageViewers {
Dictionary<Guid, Type^>^ get ();
}
static member CustomMessageViewers : Dictionary<Guid, Type> with get
Property Value
Type:
DictionaryGuid,
Type
A dictionary of where the Key is Metadata
Id, Value is the type of
CustomMessageViewer.
See Also