IAttributeToFactoryMapper<TMetadata> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
負責將 Facet 中繼資料對應至可快取的處理站。
public interface IAttributeToFactoryMapper<in TMetadata> where TMetadata : IFacetMetadata
type IAttributeToFactoryMapper<'Metadata (requires 'Metadata :> IFacetMetadata)> = interface
Public Interface IAttributeToFactoryMapper(Of In TMetadata)
類型參數
- TMetadata
- 衍生
方法
GetFactory(ParameterInfo, TMetadata) |
負責從參數和 Facet 中繼資料將 Facet 中繼資料對應至可快取的處理站。 |