Propriedade SPMobileTemplateSelector.DefaultTemplateName
Gets the ID of the RenderingTemplate template that is used if the RenderingTemplate template identified by TemplateName cannot be found in any .ascx file in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES
.
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 SPMobileTemplateSelector
Dim value As String
value = instance.DefaultTemplateName
public override string DefaultTemplateName { get; }
A propriedade Value
Um String que representa a identificação de um modelo RenderingTemplate T:Microsoft.SharePoint.RenderingTemplate.
Comentários
The default implementation returns a string of the form Prefix_Default_
Suffix, where Prefix is the value of Prefix and Suffix is the value of Suffix.
Consulte também
Referência
SPMobileTemplateSelector De classe
SPMobileTemplateSelector Membros
Microsoft.SharePoint.MobileControls De espaço para nome