共用方式為


SPAlertTemplate.GetLocalizedXml method

從已當地語系化的Xml屬性中取得指定的地區設定的Collaborative Application Markup Language (CAML)版本。

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

Syntax

'宣告
Public Function GetLocalizedXml ( _
    lcid As UInteger _
) As String
'用途
Dim instance As SPAlertTemplate
Dim lcid As UInteger
Dim returnValue As String

returnValue = instance.GetLocalizedXml(lcid)
public string GetLocalizedXml(
    uint lcid
)

參數

傳回值

Type: System.String
當地語系化的版本的CAML定義警示的範本。

請參閱

參照

SPAlertTemplate class

SPAlertTemplate members

Microsoft.SharePoint namespace