SPPersistedDependencyCollection<T> class

Representa uma coleção de objetos persistentes que dependem de um objeto comum.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<T>
    Microsoft.SharePoint.Administration.SPPersistedDependencyCollection<T>
      Microsoft.SharePoint.Administration.SPServiceInstanceDependencyCollection

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPPersistedDependencyCollection(Of T As SPPersistedObject) _
    Inherits SPPersistedObjectCollection(Of T)
'Uso
Dim instance As SPPersistedDependencyCollection(Of T)
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPPersistedDependencyCollection<T> : SPPersistedObjectCollection<T>
where T : SPPersistedObject

Type parameters

  • T

Comentários

Use o construtor de SPPersistedDependencyCollection<T> para retornar uma coleção de objetos persistentes que dependem de um objeto especificado.

Use um indexador para retornar um único objeto persistente da coleção. Por exemplo, se a coleção for atribuída a uma variável chamada myPersistedDependencies, use myPersistedDependencies[index] em C# ou deindexde myPersistedDependencies() no Visual Basic, onde index é o nome ou o GUID que identifica o objeto persistente na coleção.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

SPPersistedDependencyCollection<T> members

Microsoft.SharePoint.Administration namespace