JSComponentConfigurationExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用於處理 的 IJSComponentConfiguration 擴充方法。
public static class JSComponentConfigurationExtensions
type JSComponentConfigurationExtensions = class
Public Module JSComponentConfigurationExtensions
- 繼承
-
JSComponentConfigurationExtensions
方法
RegisterForJavaScript(IJSComponentConfiguration, Type, String, String) |
將指定的元件類型標示為允許從 JavaScript 具現化。 |
RegisterForJavaScript(IJSComponentConfiguration, Type, String) |
將指定的元件類型標示為允許從 JavaScript 具現化。 |
RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String, String) |
將指定的元件類型標示為允許從 JavaScript 具現化。 |
RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String) |
將指定的元件類型標示為允許從 JavaScript 具現化。 |