Resources.GetString 方法 (String, Object[])
返回指定的String资源的值。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public Shared Function GetString ( _
resourceId As String, _
ParamArray args As Object() _
) As String
用法
Dim resourceId As String
Dim args As Object()
Dim returnValue As String
returnValue = Resources.GetString(resourceId, _
args)
public static string GetString(
string resourceId,
params Object[] args
)
参数
resourceId
类型:System.StringString对象,表示要检索的资源的名称。
args
类型:[]对象数组包含零个或多个用于设置格式要检索的字符串资源的对象。
返回值
类型:System.String
String .
备注
此方法替换表示指定数组中的对应对象的字符串中指定的String资源的格式项。