我是靠谱客的博主 忧心网络,这篇文章主要介绍vbRichClient5的SortedDictionary对象参考,现在分享给大家,希望可以做个参考。

SortedDictionary
    简介:创建有序字典对象
    原型:Function SortedDictionary([StringCompareMode As StringCompareModeEnum], [UniqueKeys As Boolean = True]) As cSortedDictionary
方法
Add()
 原型:Sub Add(Key, [Item])
Count()
 原型:Function Count() As Long
Exists()
 原型:Function Exists(Key) As Boolean
ItemExists()
 原型:Function ItemExists(ItemValue, [FoundItemIndex As Long], [StringCompareMode As VbCompareMethod]) As Boolean
Remove()
 原型:Sub Remove(Key)
RemoveAll()
 原型:Sub RemoveAll()
RemoveByIndex()
 原型:Sub RemoveByIndex(IdxZeroBased As Long)
SetStringCompareFlags()
 原型:Sub SetStringCompareFlags(Flags As CmpFlags, [LangID As LangIDs], [SortID As SortIDs = SORT_DEFAULT])

属性

IndexByKey
 原型:Property IndexByKey(Key, [Force_EvenIfNonExistent As Boolean]) As Long
Item
 原型:Property Item(Key)  缺省
ItemByIndex
 原型:Property ItemByIndex(IdxZeroBased As Long)
KeyByIndex
 原型:Property KeyByIndex(IdxZeroBased As Long)  只读
StringCompareMode
 原型:Property StringCompareMode As StringCompareModeEnum
UniqueKeys
 原型:Property UniqueKeys As Boolean

转载于:https://www.cnblogs.com/Spacecup/p/3488617.html

最后

以上就是忧心网络最近收集整理的关于vbRichClient5的SortedDictionary对象参考的全部内容,更多相关vbRichClient5内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(132)

评论列表共有 0 条评论

立即
投稿
返回
顶部