HttpBrowserCapabilitiesBase.Adapters 属性

定义

在派生类中重写时,获取可用控件适配器的集合。When overridden in a derived class, gets the collection of available control adapters.

public:
 virtual property System::Collections::IDictionary ^ Adapters { System::Collections::IDictionary ^ get(); };
public virtual System.Collections.IDictionary Adapters { get; }
member this.Adapters : System.Collections.IDictionary
Public Overridable ReadOnly Property Adapters As IDictionary

属性值

IDictionary

浏览器的已注册控件适配器。The registered control adapters for the browser.

例外

始终。Always.

适用于