Clase AllowedContentTypeCollection
Jerarquía de la herencia
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<ContentTypeId>
Microsoft.SharePoint.Client.DocumentSet.AllowedContentTypeCollection
Espacio de nombres: Microsoft.SharePoint.Client.DocumentSet
Ensamblados: Microsoft.SharePoint.Client.DocumentManagement.Silverlight (en Microsoft.SharePoint.Client.DocumentManagement.Silverlight.dll); Microsoft.SharePoint.Client.DocumentManagement.Phone (en Microsoft.SharePoint.Client.DocumentManagement.Phone.dll) Microsoft.SharePoint.Client.DocumentManagement (en Microsoft.SharePoint.Client.DocumentManagement.dll)
Sintaxis
'Declaración
Public Class AllowedContentTypeCollection _
Inherits ClientObjectCollection(Of ContentTypeId)
'Uso
Dim instance As AllowedContentTypeCollection
public class AllowedContentTypeCollection : ClientObjectCollection<ContentTypeId>
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.