SearchBox.PromptTextLocId, propriété (Microsoft.SharePoint.Portal.WebControls)
Cette classe ou ce membre est désapprouvé. Lorsque vous mettez à niveau ou écrivez de nouvelles applications qui utilisent cette classe ou ce membre, utilisez la nouvelle classe ou le nouveau membre à la place. For Recherche de contenu d'entreprise dans Microsoft Office SharePoint Server 2007, use the Microsoft.SharePoint.PortalWebControls.SearchBoxEx instead. Gets or sets the unique identifier for the localized version of the prompt text.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property PromptTextLocId As LocStringId
'Utilisation
Dim instance As SearchBox
Dim value As LocStringId
value = instance.PromptTextLocId
instance.PromptTextLocId = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public LocStringId PromptTextLocId { get; set; }
Valeur de la propriété
Microsoft.SharePoint.Portal.WebControls.LocStringId contains the unique identifier of the localized version of the prompt text.
Remarques
The PromptTextLocId property is read/write. Only the default values of the PromptText property are localized in Microsoft Office SharePoint Portal Server 2003.
Voir aussi
Référence
SearchBox, classe
Membres SearchBox
Microsoft.SharePoint.Portal.WebControls, espace de noms