Compartilhar via


SPWebPartCollection members

Include protected members
Include inherited members

NOTE: This API is now obsolete.

Use o método GetLimitedWebPartManager da classe SPFile para retornar um objeto SPLimitedWebPartManager para gerenciar Web Parts em vez disso.

The SPWebPartCollection type exposes the following members.

Properties

  Name Description
Public property Capacity (Inherited from CollectionBase.)
Public property Count (Inherited from CollectionBase.)
Protected property InnerList (Inherited from CollectionBase.)
Public property IsSynchronized Obsolete. Obsoleto. Obtém um valor booleano que indica se o acesso à coleção é sincronizado ou thread-safe.
Public property Item[Guid] Obsolete. Obsoleto. Obtém o objeto de Web Part com o GUID especificado da coleção. No C#, essa propriedade é um indexador para a classe SPWebPartCollection .
Public property Item[Int32] Obsolete. Obsoleto. Obtém o objeto de Web Part no índice especificado na coleção. No C#, essa propriedade é um indexador para a classe SPWebPartCollection .
Protected property List (Inherited from CollectionBase.)
Public property ServerRelativeUrl Obsolete. Obsoleto. Obtém o URL relativo ao servidor da coleção.
Public property Storage Obsolete. Obsoleto. Obtém o modo de armazenamento que foi usado para criar o conjunto.
Public property SyncRoot Obsolete. Obsoleto. Obtém um objeto que é usado para sincronizar o acesso à coleção.
Public property Web Obsolete. Obsoleto. Obtém o site pai da coleção.

Top

Methods

  Name Description
Public method Add(ListViewWebPart) Obsolete. Obsoleto. Adiciona a Web Part de lista modo de exibição especificado à coleção.
Public method Add(WebPart) Obsolete. Obsoleto. Adiciona a Web Part especificada à coleção.
Public method Add(String) Obsolete. Obsoleto. Adiciona uma Web Part para a coleção com base no arquivo de definição de Web Part especificado.
Public method Add(WebPart, Boolean) Obsolete. Obsoleta.
Public method CacheInvalidate Obsolete. Obsoleto. Invalida o cache para uma Web Part, incluindo a saída e os caches da Web Part.
Public method Clear Obsolete. Obsoleta.
Public method Contains Obsolete. Obsoleto. Retorna um valor booleano que indica se a Web Part especificada está contida na coleção.
Public method CopyTo Obsolete. Obsoleto. Copia os elementos da coleção para uma matriz de objetos da Web Part, iniciando no índice de matriz especificada.
Public method Delete Obsolete. Obsoleto. Exclui a Web Part com o GUID especificado da coleção.
Public method DeleteAllPersonalizations() Obsolete. Obsoleto. Exclui todas as personalizações por todos os usuários da coleção.
Public method DeleteAllPersonalizations(Int32) Obsolete. Obsoleto. Exclui todas as personalizações que o usuário com a ID especificada da coleção.
Public method DeletePersonalizations Obsolete. Obsoleto. Exclui personalizações de Web Part com a GUID especificada.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Obsolete. Obsoleto. Retorna um enumerador para iterar através da coleção.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Obsolete. Obsoleto. Retorna o índice da coleção da parte da Web especificado.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear (Inherited from CollectionBase.)
Protected method OnClearComplete (Inherited from CollectionBase.)
Protected method OnInsert (Inherited from CollectionBase.)
Protected method OnInsertComplete (Inherited from CollectionBase.)
Protected method OnRemove (Inherited from CollectionBase.)
Protected method OnRemoveComplete (Inherited from CollectionBase.)
Protected method OnSet (Inherited from CollectionBase.)
Protected method OnSetComplete (Inherited from CollectionBase.)
Protected method OnValidate (Inherited from CollectionBase.)
Public method RemoveAt Obsolete. Obsoleta.
Public method SaveChanges Obsolete. Obsoleto. Salva as alterações feitas em uma única Web Part.
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add Obsolete.
Explicit interface implemetationPrivate method IList.Clear Obsolete.
Explicit interface implemetationPrivate method IList.Insert Obsolete.
Explicit interface implemetationPrivate method IList.Remove Obsolete.
Explicit interface implemetationPrivate method IList.RemoveAt Obsolete.
Explicit interface implemetationPrivate method IList.Contains (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.Item (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from CollectionBase.)

Top

Ver também

Referência

SPWebPartCollection class

Microsoft.SharePoint namespace