共用方式為


DataFormWebPart.LoadResource method

傳回可當地語系化的字串。

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

Syntax

'宣告
Public Overrides Function LoadResource ( _
    id As String _
) As String
'用途
Dim instance As DataFormWebPart
Dim id As String
Dim returnValue As String

returnValue = instance.LoadResource(id)
public override string LoadResource(
    string id
)

參數

  • id
    Type: System.String

    要查閱的 Web 網頁相關聯的特定文化特性的資源中的字串識別項。

傳回值

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

備註

字串已當地語系化的項目,例如特定文化特性的名稱、 書寫系統、 使用的曆法,和格式的日期和排序字串。

請參閱

參照

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace

CurrentUICulture