次の方法で共有


IViewComponentDescriptorCollectionProvider インターフェイス

定義

現在キャッシュされている のコレクションを ViewComponentDescriptor提供します。

public interface class IViewComponentDescriptorCollectionProvider
public interface IViewComponentDescriptorCollectionProvider
type IViewComponentDescriptorCollectionProvider = interface
Public Interface IViewComponentDescriptorCollectionProvider
派生

注釈

既定の実装ではキャッシュは更新されません。アプリケーションで使用可能なビュー コンポーネントを更新できる実装を作成または使用するのはユーザーが行う必要があります。 実装者は、スレッド セーフな方法で を Version 更新する役割も担います。

このサービスの既定のコンシューマーは、バージョンを認識し、必要に応じてデータを再キャッシュしますが、一意のバージョンに依存します。

プロパティ

ViewComponents

現在キャッシュされている ViewComponentDescriptorCollectionを返します。

適用対象