IJSComponentConfiguration 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定選項,以允許 JavaScript 動態新增根元件。
public interface IJSComponentConfiguration
type IJSComponentConfiguration = interface
Public Interface IJSComponentConfiguration
- 衍生
屬性
JSComponents |
取得可讓 JavaScript 動態新增根元件的組態選項存放區。 |
擴充方法
RegisterCustomElement<TComponent>(IJSComponentConfiguration, String) |
設定選項,以允許 JavaScript 動態新增根元件。 |
RegisterForJavaScript(IJSComponentConfiguration, Type, String, String) |
將指定的元件類型標示為允許從 JavaScript 具現化。 |
RegisterForJavaScript(IJSComponentConfiguration, Type, String) |
將指定的元件類型標示為允許從 JavaScript 具現化。 |
RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String, String) |
將指定的元件類型標示為允許從 JavaScript 具現化。 |
RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String) |
將指定的元件類型標示為允許從 JavaScript 具現化。 |