SPPersistedObject.GetChild<T> method
Retorna o filho do objeto persistente com base no tipo especificado.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Function GetChild(Of T As {New, SPPersistedObject}) As T
'Uso
Dim instance As SPPersistedObject
Dim returnValue As T
returnValue = instance.GetChild()
public T GetChild<T>()
where T : new(), SPPersistedObject
Type parameters
- T
O objeto para localizar.
Valor retornado
Type: T
Um tipo que representa o filho do objeto persistente.