SPCache.EnumObjectList 方法

返回与指定的对象类型高速缓存中的所有对象的所有对象标识符的列表。

命名空间:  Microsoft.Office.Server.ObjectCache
程序集:  Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)

语法

声明
Public Function EnumObjectList ( _
    objectTypeName As String _
) As List(Of String)
用法
Dim instance As SPCache
Dim objectTypeName As String
Dim returnValue As List(Of String)

returnValue = instance.EnumObjectList(objectTypeName)
public List<string> EnumObjectList(
    string objectTypeName
)

参数

返回值

类型:System.Collections.Generic.List<String>
返回List<T>

另请参阅

引用

SPCache 类

SPCache 成员

Microsoft.Office.Server.ObjectCache 命名空间