GlobalCustomObjectEditors Property |
Gets the custom object editors.
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static Dictionary<Type, Type> CustomObjectEditors { get; }
Public Shared ReadOnly Property CustomObjectEditors As Dictionary(Of Type, Type)
Get
public:
static property Dictionary<Type^, Type^>^ CustomObjectEditors {
Dictionary<Type^, Type^>^ get ();
}
static member CustomObjectEditors : Dictionary<Type, Type> with get
Property Value
Type:
DictionaryType,
Type
The custom object editors.
See Also