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