Compartilhar via


WebPartMobileAdapter.WebPartIconUrl property

Obtém a URL do ícone que representa a Web Part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Protected Overridable ReadOnly Property WebPartIconUrl As String
    Get
'Uso
Dim value As String

value = Me.WebPartIconUrl
protected virtual string WebPartIconUrl { get; }

Property value

Type: System.String
A URL do arquivo de imagem do ícone.

Comentários

A implementação padrão retorna /_layouts/images/itgen.gif.

Ver também

Referência

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace