共用方式為


ContentTypeCollection.AddExistingContentType 方法

將指定的內容類型新增至集合。

命名空間:  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 Function AddExistingContentType ( _
    contentType As ContentType _
) As ContentType
'用途
Dim instance As ContentTypeCollection
Dim contentType As ContentType
Dim returnValue As ContentType

returnValue = instance.AddExistingContentType(contentType)
public ContentType AddExistingContentType(
    ContentType contentType
)

參數

傳回值

類型:Microsoft.SharePoint.Client.ContentType
若要新增至集合ContentType物件。

例外狀況

例外狀況 條件
[ServerException]

集合是唯讀的。

[SPException]

集合中存在同名的特定內容類型的內容類型。

備註

指定的內容類型的名稱不能在集合中的內容類型的任何相同。

請參閱

參照

ContentTypeCollection 類別

ContentTypeCollection 成員

Microsoft.SharePoint.Client 命名空間