GetValueByIndex

ITagCollection.GetValueByIndex 方法

返回指定索引处标签的值。

public string GetValueByIndex(int index)
参数类型描述
indexInt32要返回的标签的索引。

返回值

标签的值。

另见