Compartilhar via


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
Public property Capacity (Inherited from CollectionBase.)
Public property Count (Inherited from CollectionBase.)
Protected property InnerList (Inherited from CollectionBase.)
Public property IsReadonly Obtém um sinalizador que indica se a coleção é somente leitura.
Public property Item[Int32] Obtém ou define a propriedade objeto no índice especificado na coleção.
Public property Item[String] Obtém ou define o objeto de propriedade especificado pelo nome da propriedade da coleção.
Protected property List (Inherited from CollectionBase.)

Top

Methods

  Name Description
Public method Add Adiciona uma SPUserCodeProperty na coleção.
Public method Clear (Inherited from CollectionBase.)
Public method Contains Indica se o SPUserCodeProperty de específico está na coleção.
Public method CopyTo Cópias de todo o conjunto de propriedades na coleção para uma matriz, iniciando no índice especificado da matriz de destino.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from CollectionBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Procura o SPUserCodeProperty de especificado e retorna o índice baseado em zero da primeira ocorrência na coleção inteira.
Public method Insert Insere o especificado SPUserCodeProperty na coleção no índice especificado.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear Chamado quando a coleção está desmarcada. (Overrides CollectionBase.OnClear().)
Protected method OnClearComplete (Inherited from CollectionBase.)
Protected method OnInsert Chamado quando um SPUserCodeProperty é adicionado à coleção. (Overrides CollectionBase.OnInsert(Int32, Object).)
Protected method OnInsertComplete (Inherited from CollectionBase.)
Protected method OnRemove (Inherited from CollectionBase.)
Protected method OnRemoveComplete (Inherited from CollectionBase.)
Protected method OnSet Chamado quando um SPUserCodeProperty da coleção é alterado. (Overrides CollectionBase.OnSet(Int32, Object, Object).)
Protected method OnSetComplete (Inherited from CollectionBase.)
Protected method OnValidate (Inherited from CollectionBase.)
Public method Remove Remove um SPUserCodeProperty da coleção.
Public method RemoveAt (Inherited from CollectionBase.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from CollectionBase.)
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 method IList.Insert (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 method IList.Remove (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from CollectionBase.)

Top

Ver também

Referência

SPUserCodePropertyCollection class

Microsoft.SharePoint.WebPartPages namespace