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)
'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
- T
O objeto para localizar.
Type: T
Um tipo que representa o filho do objeto persistente.