HttpBrowserCapabilitiesWrapper.Capabilities 属性
定义
在内部用于获得浏览器的已定义功能。Used internally to get the defined capabilities of the browser.
public:
virtual property System::Collections::IDictionary ^ Capabilities { System::Collections::IDictionary ^ get(); void set(System::Collections::IDictionary ^ value); };
public override System.Collections.IDictionary Capabilities { get; set; }
member this.Capabilities : System.Collections.IDictionary with get, set
Public Overrides Property Capabilities As IDictionary
属性值
浏览器的已定义功能。The defined capabilities of the browser.