IViewComponentFactory 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供建立及處置檢視元件的方法。
public interface class IViewComponentFactory
public interface IViewComponentFactory
type IViewComponentFactory = interface
Public Interface IViewComponentFactory
- 衍生
方法
CreateViewComponent(ViewComponentContext) |
為指定的 |
ReleaseViewComponent(ViewComponentContext, Object) |
釋放檢視元件實例。 |
ReleaseViewComponentAsync(ViewComponentContext, Object) |
以非同步方式釋放檢視元件實例。 |