LinkbaseRefCollection

LinkbaseRefCollection class

模式链接库引用的集合。

public class LinkbaseRefCollection : IEnumerable<LinkbaseRef>

特性

姓名 描述
Count { get; } 此集合中的链接库引用数。
Item { get; } 获取LinkbaseRef集合中指定索引处的项目。

方法

姓名 描述
AddCalculationLinkbaseRef(string) 添加一个CalculationLinkbaseRef收藏.
AddDefinitionLinkbaseRef(string) 添加一个DefinitionLinkbaseRef收藏.
AddLabelLinkbaseRef(string) 添加一个LabelLinkbaseRef收藏.
AddPresentationLinkbaseRef(string) 添加一个PresentationLinkbaseRef收藏.
AddReferenceLinkbaseRef(string) 添加一个ReferenceLinkbaseRef收藏.
GetEnumerator() 返回一个遍历集合的枚举器。

也可以看看