IPropertyCollection.ContainsKey 方法
确定IPropertyCollection是否包含具有指定键的元素。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Function ContainsKey ( _
key As String _
) As Boolean
用法
Dim instance As IPropertyCollection
Dim key As String
Dim returnValue As Boolean
returnValue = instance.ContainsKey(key)
bool ContainsKey(
string key
)
参数
key
类型:System.String要在对象中查找的键。
返回值
类型:System.Boolean
true如果具有该注册表项的属性可以访问使用袋 ;否则为 ;false。