次の方法で共有


BrowserCapabilitiesFactoryBase.PopulateBrowserElements(IDictionary) メソッド

定義

構成システムによって内部的に使用され、サポートされているブラウザーに基づいてブラウザー機能のコレクションを指定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

protected:
 virtual void PopulateBrowserElements(System::Collections::IDictionary ^ dictionary);
protected virtual void PopulateBrowserElements (System.Collections.IDictionary dictionary);
abstract member PopulateBrowserElements : System.Collections.IDictionary -> unit
override this.PopulateBrowserElements : System.Collections.IDictionary -> unit
Protected Overridable Sub PopulateBrowserElements (dictionary As IDictionary)

パラメーター

dictionary
IDictionary

ブラウザー機能を表すキー/値ペアのコレクション。

適用対象