ResourceExplorerOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration options for ResourceExplorer.
public class ResourceExplorerOptions
type ResourceExplorerOptions = class
Public Class ResourceExplorerOptions
- Inheritance
-
ResourceExplorerOptions
Constructors
ResourceExplorerOptions(IEnumerable<ResourceProvider>, IEnumerable<DeclarativeType>, IEnumerable<JsonConverterFactory>) |
Initializes a new instance of the ResourceExplorerOptions class. |
Properties
AllowCycles |
Gets or sets a value indicating whether whether cycles are allowed in resources managed by the ResourceExplorer. |
ConverterFactories |
Gets or sets the list of JsonConverterFactory registrations to initialize the current the ResourceExplorer. |
DeclarativeTypes |
Obsolete.
Gets or sets the list of declarative types to use. Falls back to Components if set to null. |
Providers |
Gets or sets the list of resource providers to initialize the current the ResourceExplorer. |
TypeRegistrations |
Gets or sets the list of DeclarativeType registrations to initialize the current the ResourceExplorer. |