Compartilhar via


Propriedade SPMobileListItemIterator.DefaultTemplateName

Obtém o nome do modelo de usar como padrão que é usado para processar a lista.

Espaço para nome Microsoft.SharePoint.MobileControls
Conjunto de Módulos (Assembly) Microsoft.SharePoint (em microsoft.sharepoint.dll)

A sintaxe

  Public Overrides ReadOnly Property DefaultTemplateName As String
Dim instance As SPMobileListItemIterator
Dim value As String

value = instance.DefaultTemplateName
  public override string DefaultTemplateName { get; }

A propriedade Value

Um String que representa o nome do modelo usar como padrão a lista.

Comentários

Windows SharePoint Services 3.0 essa propriedade sempre retorna "MobileListItemIterator".This is the value of the ID attribute of a <RenderingTemplate> element in the file MobileDefaultTemplates.ascx located in C:\\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES.

Você não deve modificar MobileDefaultTemplates.ascx.To customize the rendering of this control, create another <RenderingTemplate> element in a new .ascx file in the ...\CONTROLTEMPLATES folder.Give your new <RenderingTemplate> element an ID value that is descriptive but likely to be unique.De exemplo, você pode adicionar seu nome da empresa ao final de identificação, such as "MobileListItemIteratorMyCompanyInc".Em seguida, derive uma nova classe de SPMobileComponent, (o mesmo pai como SPMobileListItemIterator) e substituir seus DefaultTemplateName DefaultTemplateName propriedade para que ela retorna sua personalizado ID.

Consulte também

Referência

SPMobileListItemIterator De classe
SPMobileListItemIterator Membros
Microsoft.SharePoint.MobileControls De espaço para nome