SPPersistedObjectCollection<T>.GetValue<U> 方法 (Guid)

从具有指定的 ID 和类型的集合中检索对象。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Function GetValue(Of U As SPPersistedObject) ( _
    id As Guid _
) As U
用法
Dim instance As SPPersistedObjectCollection
Dim id As Guid
Dim returnValue As U

returnValue = instance.GetValue(id)
public U GetValue<U>(
    Guid id
)
where U : SPPersistedObject

类型参数

  • U
    要检索的对象的类型。

参数

  • id
    类型:System.Guid

    System.Guid对象,该对象标识集合中的对象。

返回值

类型:U
该对象中,如果存在,则否则为空引用(无 在 Visual Basic 中)。

另请参阅

引用

SPPersistedObjectCollection<T> 类

SPPersistedObjectCollection<T> 成员

GetValue 重载

Microsoft.SharePoint.Administration 命名空间