ResourceExplorerOptions 類別

定義

ResourceExplorer 的組態選項。

public class ResourceExplorerOptions
type ResourceExplorerOptions = class
Public Class ResourceExplorerOptions
繼承
ResourceExplorerOptions

建構函式

ResourceExplorerOptions(IEnumerable<ResourceProvider>, IEnumerable<DeclarativeType>, IEnumerable<JsonConverterFactory>)

初始化 ResourceExplorerOptions 類別的新執行個體。

屬性

AllowCycles

取得或設定值,指出 是否允許在 ResourceExplorer 所管理的資源中允許迴圈。

ConverterFactories

取得或設定註冊清單 JsonConverterFactory ,以初始化目前的 ResourceExplorer

DeclarativeTypes
已淘汰.

取得或設定要使用的宣告式型別清單。 如果設定為 null,則會回復 Components 為 。

Providers

取得或設定資源提供者清單,以初始化目前的 ResourceExplorer

TypeRegistrations

取得或設定註冊清單 DeclarativeType ,以初始化目前的 ResourceExplorer

適用於