共用方式為


ListItemCreationInformation.UnderlyingObjectType 屬性

取得或設定值,指定新的清單項目是檔案或資料夾。

命名空間:  Microsoft.SharePoint.Client
組件:   Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)

語法

'宣告
Public Property UnderlyingObjectType As FileSystemObjectType
    Get
    Set
'用途
Dim instance As ListItemCreationInformation
Dim value As FileSystemObjectType

value = instance.UnderlyingObjectType

instance.UnderlyingObjectType = value
public FileSystemObjectType UnderlyingObjectType { get; set; }

屬性值

類型:Microsoft.SharePoint.Client.FileSystemObjectType
傳回FileSystemObjectType.instance 代表新的清單項目是否的檔案或資料夾。

備註

它必須是下列的值 ︰ 檔案或資料夾。

請參閱

參照

ListItemCreationInformation 類別

ListItemCreationInformation 成員

Microsoft.SharePoint.Client 命名空間