IViewComponentDescriptorCollectionProvider インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在キャッシュされている のコレクションを ViewComponentDescriptor提供します。
public interface class IViewComponentDescriptorCollectionProvider
public interface IViewComponentDescriptorCollectionProvider
type IViewComponentDescriptorCollectionProvider = interface
Public Interface IViewComponentDescriptorCollectionProvider
- 派生
注釈
既定の実装ではキャッシュは更新されません。アプリケーションで使用可能なビュー コンポーネントを更新できる実装を作成または使用するのはユーザーが行う必要があります。 実装者は、スレッド セーフな方法で を Version 更新する役割も担います。
このサービスの既定のコンシューマーは、バージョンを認識し、必要に応じてデータを再キャッシュしますが、一意のバージョンに依存します。
プロパティ
ViewComponents |
現在キャッシュされている ViewComponentDescriptorCollectionを返します。 |