Click or drag to resize

GlobalCustomObjectViewers Property

Gets the list of CustomObjectViewer available to use.

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

Property Value

Type: DictionaryType, Type
A dictionary of where the Key is object type, Value is the type of CustomObjectViewer.
See Also