共用方式為


ListCreationInformation.TemplateFeatureId 屬性

取得或設定值,指定包含新清單的清單結構描述在其中的功能識別碼。

命名空間:  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 TemplateFeatureId As Guid
    Get
    Set
'用途
Dim instance As ListCreationInformation
Dim value As Guid

value = instance.TemplateFeatureId

instance.TemplateFeatureId = value
public Guid TemplateFeatureId { get; set; }

屬性值

類型:System.Guid
傳回代表所包含的新清單的清單結構描述功能的功能識別項Guid.instance。

備註

如果新清單的清單結構描述未包含在功能,就必須是空的 GUID。

請參閱

參照

ListCreationInformation 類別

ListCreationInformation 成員

Microsoft.SharePoint.Client 命名空間