Add

ITagCollection.Add 方法

添加一个新标签到集合中。

public int Add(string name, string value)
参数类型描述
nameString标签的名称。
valueString标签的值。

返回值

添加标签的索引。

另请参阅