共用方式為


SPResource.GetVersionedString15 method (String, Object[])

如果目前的 compatibilityLevel 是大於或等於 15,使用 name_15。這個方法是保留供內部使用,並不適合直接從您的程式碼使用。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Shared Function GetVersionedString15 ( _
    name As String, _
    ParamArray values As Object() _
) As String
'用途
Dim name As String
Dim values As Object()
Dim returnValue As String

returnValue = SPResource.GetVersionedString15(name, _
    values)
public static string GetVersionedString15(
    string name,
    params Object[] values
)

參數

  • values
    Type: []

    與資源相關聯的值。

傳回值

Type: System.String
當地語系化的字串。

請參閱

參照

SPResource class

SPResource members

GetVersionedString15 overload

Microsoft.SharePoint namespace