Item

WebExtensionPropertyCollection indexer (1 of 2)

通过索引获取web扩展的属性。

public WebExtensionProperty this[int index] { get; }
范围描述
index指数。

返回值

Web 扩展的属性。

也可以看看


WebExtensionPropertyCollection indexer (2 of 2)

获取网络扩展的属性。

public WebExtensionProperty this[string name] { get; }
范围描述
name财产的名称。

返回值

Web 扩展的属性。

也可以看看