SPUserCodePropertyCollection members
Include protected members
Include inherited members
Representa uma coleção de objetos SPUserCodeProperty .
The SPUserCodePropertyCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
IsReadonly | Obtém um sinalizador que indica se a coleção é somente leitura. | |
Item[Int32] | Obtém ou define a propriedade objeto no índice especificado na coleção. | |
Item[String] | Obtém ou define o objeto de propriedade especificado pelo nome da propriedade da coleção. | |
List | (Inherited from CollectionBase.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adiciona uma SPUserCodeProperty na coleção. | |
Clear | (Inherited from CollectionBase.) | |
Contains | Indica se o SPUserCodeProperty de específico está na coleção. | |
CopyTo | Cópias de todo o conjunto de propriedades na coleção para uma matriz, iniciando no índice especificado da matriz de destino. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Procura o SPUserCodeProperty de especificado e retorna o índice baseado em zero da primeira ocorrência na coleção inteira. | |
Insert | Insere o especificado SPUserCodeProperty na coleção no índice especificado. | |
MemberwiseClone | (Inherited from Object.) | |
OnClear | Chamado quando a coleção está desmarcada. (Overrides CollectionBase.OnClear().) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | Chamado quando um SPUserCodeProperty é adicionado à coleção. (Overrides CollectionBase.OnInsert(Int32, Object).) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Inherited from CollectionBase.) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | Chamado quando um SPUserCodeProperty da coleção é alterado. (Overrides CollectionBase.OnSet(Int32, Object, Object).) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | (Inherited from CollectionBase.) | |
Remove | Remove um SPUserCodeProperty 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