IViewComponentDescriptorCollectionProvider Interface
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.
Provides the currently cached collection of ViewComponentDescriptor.
public interface class IViewComponentDescriptorCollectionProvider
public interface IViewComponentDescriptorCollectionProvider
type IViewComponentDescriptorCollectionProvider = interface
Public Interface IViewComponentDescriptorCollectionProvider
- Derived
Remarks
The default implementation does not update the cache, it is up to the user to create or use an implementation that can update the available view components in the application. The implementor is also responsible for updating the Version in a thread safe way.
Default consumers of this service, are aware of the version and will recache data as appropriate, but rely on the version being unique.
Properties
ViewComponents |
Returns the current cached ViewComponentDescriptorCollection. |