共用方式為


SPExportSettings.ExportObjects property

取得要匯出的物件的集合。

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

Syntax

'宣告
Public ReadOnly Property ExportObjects As SPExportObjectCollection
    Get
'用途
Dim instance As SPExportSettings
Dim value As SPExportObjectCollection

value = instance.ExportObjects
public SPExportObjectCollection ExportObjects { get; }

Property value

Type: Microsoft.SharePoint.Deployment.SPExportObjectCollection
SPExportObjectCollection 值。

請參閱

參照

SPExportSettings class

SPExportSettings members

Microsoft.SharePoint.Deployment namespace