我是靠谱客的博主 忧心网络,最近开发中收集的这篇文章主要介绍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的SortedDictionary对象参考所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部