SPField.TranslationXml property
顯示為 XML 文件的多語系資料庫已儲存的文件內容。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property TranslationXml As String
Get
Set
'用途
Dim instance As SPField
Dim value As String
value = instance.TranslationXml
instance.TranslationXml = value
public string TranslationXml { get; set; }
Property value
Type: System.String
String 包含"翻譯" Xmlnode XML 文件的資訊。此節點是父節點之翻譯的內容。
Exceptions
Exception | Condition |
---|---|
NotSupportedException | 不支援此屬性。 |
ArgumentException | SPList不a null reference (Nothing in Visual Basic)。 |
備註
語言識別碼及國家/區域識別碼的使用者建立之後,適當語言的內容會從資料庫擷取,並格式化成 XML 顯示。
如果欄位相關聯的清單是a null reference (Nothing in Visual Basic)只可以設定這個屬性。