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
)
參數
contentType
類型:Microsoft.SharePoint.Client.ContentType代表要新增至集合的內容類型的ContentType物件。它不能null 參考 (未執行任何動作 於 Visual Basic 中)。
傳回值
類型:Microsoft.SharePoint.Client.ContentType
若要新增至集合ContentType物件。
例外狀況
例外狀況 | 條件 |
---|---|
[ServerException] | 集合是唯讀的。 |
[SPException] | 集合中存在同名的特定內容類型的內容類型。 |
備註
指定的內容類型的名稱不能在集合中的內容類型的任何相同。