: SearchBoxEx.LoadResource (Método) (Microsoft.SharePoint.Portal.WebControls)
Returns a string that describes the localized Name, Category, and Description property values of the specified resource.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Overrides Function LoadResource ( _
strId As String _
) As String
'Uso
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
)
Parámetros
- strId
Identifier of the string to look up. The value of the string is determined by this Web Part.
Valor devuelto
A string that matches the specified id. Default value is an empty string.
Vea también
Referencia
SearchBoxEx (Clase)
SearchBoxEx (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)