Click or drag to resize

SettingsDisabledExtensions Property

Gets the Guid of Disabled extensions. Disabled extensions will not be loaded during application startup.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public ObservableCollection<Guid> DisabledExtensions { get; set; }

Property Value

Type: ObservableCollectionGuid
A List of Guid represents all disabled extensions.
See Also