SPPersistedObjectCollection<T>.GetValue<U> 方法
从具有指定的类型和默认的名称的集合中检索对象。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetValue(Of U As SPPersistedObject) As U
用法
Dim instance As SPPersistedObjectCollection
Dim returnValue As U
returnValue = instance.GetValue()
public U GetValue<U>()
where U : SPPersistedObject
类型参数
- U
要检索的对象的类型。
返回值
类型:U
该对象中,如果存在,则否则为空引用(无 在 Visual Basic 中)。
另请参阅
引用
SPPersistedObjectCollection<T> 类