BrowserCapabilitiesFactoryBase.PopulateMatchedHeaders(IDictionary) メソッド

定義

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

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

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

パラメーター

dictionary
IDictionary

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

適用対象