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

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

適用対象