SPWebPartConnectionCollection members
Include protected members
Include inherited members
Uma coleção de objetos SPWebPartConnection .
The SPWebPartConnectionCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWebPartConnectionCollection | Inicializa uma nova instância da classe SPWebPartConnectionCollection . |
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
IsReadOnly | Obtém um valor que indica se a coleção é somente leitura. | |
Item[Int32] | Obtém ou define o SPWebPartConnection no índice especificado a partir de SPWebPartConnectionCollection. | |
Item[String] | Obtém o SPWebPartConnection com o identificador especificado (ID) da SPWebPartConnectionCollection. | |
List | (Inherited from CollectionBase.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adiciona um SPWebPartConnection para o SPWebPartConnectionCollection. | |
Clear | (Inherited from CollectionBase.) | |
Contains | Determina se o especificado SPWebPartConnection é o SPWebPartConnectionCollection. | |
CopyTo | Copia os elementos de SPWebPartConnectionCollection a uma matriz, começando em um índice de matriz específico. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Determina o índice da SPWebPartConnection especificada na coleção SPWWebPartConnectionCollection . | |
Insert | Insere o especificado SPWebPartConnection em SPWebPartConnectionCollection no índice especificado. | |
MemberwiseClone | (Inherited from Object.) | |
OnClear | Executa processos personalizados adicionais ao limpar o conteúdo da instância do SPWebPartConnectionCollection . (Overrides CollectionBase.OnClear().) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | Executa processos personalizados adicionais antes de inserir um novo elemento para a instância de SPWebPartConnectionCollection . (Overrides CollectionBase.OnInsert(Int32, Object).) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | Executa processos personalizados adicionais ao remover um elemento da instância do SPWebPartConnectionCollection . (Overrides CollectionBase.OnRemove(Int32, Object).) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | Executa processos personalizados adicionais antes de definir um valor na instância do SPWebPartConnectionCollection . (Overrides CollectionBase.OnSet(Int32, Object, Object).) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | Executa processos personalizados adicionais ao validar um valor. (Overrides CollectionBase.OnValidate(Object).) | |
Remove | Remove uma conexão da coleção. | |
RemoveAt | (Inherited from CollectionBase.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from CollectionBase.) | |
IList.Contains | (Inherited from CollectionBase.) | |
ICollection.CopyTo | (Inherited from CollectionBase.) | |
IList.IndexOf | (Inherited from CollectionBase.) | |
IList.Insert | (Inherited from CollectionBase.) | |
IList.IsFixedSize | (Inherited from CollectionBase.) | |
IList.IsReadOnly | (Inherited from CollectionBase.) | |
ICollection.IsSynchronized | (Inherited from CollectionBase.) | |
IList.Item | (Inherited from CollectionBase.) | |
IList.Remove | (Inherited from CollectionBase.) | |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
Top