Compartilhar via


SPMobileComponent.GetParentMobileComponent method

Obtém o pai SPMobileComponent objeto do objeto especificado Control .

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Protected Overridable Function GetParentMobileComponent ( _
    control As Control _
) As SPMobileComponent
'Uso
Dim control As Control
Dim returnValue As SPMobileComponent

returnValue = Me.GetParentMobileComponent(control)
protected virtual SPMobileComponent GetParentMobileComponent(
    Control control
)

Parâmetros

Valor retornado

Type: Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent
Um objeto SPMobileComponent que é o pai, ou um ancestral superior, de control.

Comentários

Na implementação do padrão, se o pai imediato do control não é um objeto SPMobileComponent , das pesquisas de método GetParentMobileComponent para cima a árvore predecessor até encontrar um objeto SPMobileComponent em retorná-lo. Se nenhuma correspondência for encontrada, o método retornará a null reference (Nothing in Visual Basic).

Ver também

Referência

SPMobileComponent class

SPMobileComponent members

Microsoft.SharePoint.Mobile.WebControls namespace