Partager via


SearchBoxEx.LoadResource, méthode (Microsoft.SharePoint.Portal.WebControls)

Returns a string that describes the localized Name, Category, and Description property values of the specified resource.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Overrides Function LoadResource ( _
    strId As String _
) As String
'Utilisation
Dim instance As SearchBoxEx
Dim strId As String
Dim returnValue As String

returnValue = instance.LoadResource(strId)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public override string LoadResource (
    string strId
)

Paramètres

  • strId
    Identifier of the string to look up. The value of the string is determined by this Web Part.

Valeur de retour

A string that matches the specified id. Default value is an empty string.

Voir aussi

Référence

SearchBoxEx, classe
Membres SearchBoxEx
Microsoft.SharePoint.Portal.WebControls, espace de noms