Item

SmartTagPropertyCollection indexer (1 of 2)

得到一个SmartTagProperty对象.

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

返回值

返回一个SmartTagProperty目的。

也可以看看


SmartTagPropertyCollection indexer (2 of 2)

得到一个SmartTagProperty按属性名称的对象。

public SmartTagProperty this[string name] { get; }
范围描述
name属性的名称。

返回值

返回一个SmartTagProperty目的。

也可以看看