Compartilhar via


UnknownXmlElementCollection members

Include protected members
Include inherited members

Contém os elementos XML que não foram mapeados para uma propriedade na Web Part durante a importação.

The UnknownXmlElementCollection type exposes the following members.

Constructors

  Name Description
Public method UnknownXmlElementCollection Inicializa uma nova instância da classe UnknownXmlElementCollection .

Top

Properties

  Name Description
Public property Capacity (Inherited from CollectionBase.)
Public property Count (Inherited from CollectionBase.)
Protected property InnerList (Inherited from CollectionBase.)
Public property IsSynchronized Obtém um valor indicando se o acesso à coleção é sincronizado.
Public property Item Obtém um elemento da coleção com base no valor de index.
Protected property List (Inherited from CollectionBase.)
Public property SyncRoot Obtém o objeto que é usado para sincronizar o acesso à coleção.

Top

Methods

  Name Description
Public method Add Usado para adicionar propriedades como serializados elementos XML para o arquivo de descrição de Web Part (. dwp) da Web Part.
Public method Clear (Inherited from CollectionBase.)
Public method CopyTo Copia os itens da coleção para um array começando em index que é passado.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Fornece suporte para iterar sobre os elementos de UnknownXmlElementCollection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Insert Adiciona um item para o local especificado na coleção.
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 Remove Remove a primeira ocorrência de um determinado valor em e 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

UnknownXmlElementCollection class

Microsoft.SharePoint.WebPartPages namespace