ImageWebPartMobileAdapter.Control property
Obtém o objeto ImageWebPart cujo processamento está sendo adaptado.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Control As ImageWebPart
Get
'Uso
Dim instance As ImageWebPartMobileAdapter
Dim value As ImageWebPart
value = instance.Control
public ImageWebPart Control { get; }
Property value
Type: Microsoft.SharePoint.WebPartPages.ImageWebPart
ImageWebPart que processa o ImageWebPartMobileAdapter .
Ver também
Referência
ImageWebPartMobileAdapter class