共用方式為


RelatedItemsField.GetFieldValueForExport method

處理 WSP 匯出用途相關的項目欄位的轉換。

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

Syntax

'宣告
Public Function GetFieldValueForExport ( _
    value As Object _
) As String
'用途
Dim instance As RelatedItemsField
Dim value As Object
Dim returnValue As String

returnValue = instance.GetFieldValueForExport(value)
public string GetFieldValueForExport(
    Object value
)

參數

傳回值

Type: System.String
準備 WSP 匯出的欄位。

請參閱

參照

RelatedItemsField class

RelatedItemsField members

Microsoft.SharePoint namespace