Classe MetadataProperties
Represents the metadata properties of a report part.
Hierarquia de herança
System.Object
System.Collections.ObjectModel.Collection<MetadataProperty>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<MetadataProperty>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<MetadataProperty>
Microsoft.ReportingServices.RdlObjectModel.MetadataProperties
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class MetadataProperties _
Inherits RdlCollection(Of MetadataProperty)
'Uso
Dim instance As MetadataProperties
public class MetadataProperties : RdlCollection<MetadataProperty>
public ref class MetadataProperties : public RdlCollection<MetadataProperty^>
type MetadataProperties =
class
inherit RdlCollection<MetadataProperty>
end
public class MetadataProperties extends RdlCollection<MetadataProperty>
O tipo MetadataProperties expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
MetadataProperties | Initializes a new instance of the MetadataProperties class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | (Herdado de Collection<MetadataProperty>.) | |
Item[Int32] | (Herdado de Collection<MetadataProperty>.) | |
Item[String] | Gets an item from the collection that has the specified name. | |
Items | (Herdado de Collection<MetadataProperty>.) | |
Parent | Gets or sets the parent object. (Herdado de RdlCollectionBase<T>.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add(T) | (Herdado de Collection<MetadataProperty>.) | |
Add(String, String) | Adds a metadata property. | |
Clear | (Herdado de Collection<MetadataProperty>.) | |
ClearItems | Infraestrutura. Removes all the items in the collection. (Herdado de RdlCollection<T>.) | |
Contains(String) | Indicates whether a specified property is a member of the current set of metadata properties. | |
Contains(T) | (Herdado de Collection<MetadataProperty>.) | |
CopyTo | (Herdado de Collection<MetadataProperty>.) | |
DeepClone | Returns a deep clone of this MetadataProperties instance. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | (Herdado de Collection<MetadataProperty>.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
IndexOf | (Herdado de Collection<MetadataProperty>.) | |
Insert | (Herdado de Collection<MetadataProperty>.) | |
InsertItem | Infraestrutura. Inserts an item in the collection. (Herdado de RdlCollection<T>.) | |
MemberwiseClone | (Herdado de Object.) | |
OnCollectionChanged | Infraestrutura. Raises the CollectionChanged event. (Herdado de RdlCollection<T>.) | |
Remove | (Herdado de Collection<MetadataProperty>.) | |
RemoveAt | (Herdado de Collection<MetadataProperty>.) | |
RemoveItem | Infraestrutura. Removes an item from the collection. (Herdado de RdlCollection<T>.) | |
SetItem | Infraestrutura. Replaces an item in the collection. (Herdado de RdlCollection<T>.) | |
ToString | (Herdado de Object.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
CollectionChanged | Infraestrutura. Occurs when the collection has been changed. (Herdado de RdlCollection<T>.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IList.Add | Infraestrutura. Adds an object to the end of the collection. (Herdado de RdlCollectionBase<T>.) | |
IList.Item | Infraestrutura. Gets or sets the element at the specified index. (Herdado de RdlCollectionBase<T>.) | |
IList.Contains | (Herdado de Collection<MetadataProperty>.) | |
ICollection.CopyTo | (Herdado de Collection<MetadataProperty>.) | |
IEnumerable.GetEnumerator | (Herdado de Collection<MetadataProperty>.) | |
IList.IndexOf | (Herdado de Collection<MetadataProperty>.) | |
IList.Insert | (Herdado de Collection<MetadataProperty>.) | |
IList.IsFixedSize | (Herdado de Collection<MetadataProperty>.) | |
ICollection<T>.IsReadOnly | (Herdado de Collection<MetadataProperty>.) | |
IList.IsReadOnly | (Herdado de Collection<MetadataProperty>.) | |
ICollection.IsSynchronized | (Herdado de Collection<MetadataProperty>.) | |
IList.Remove | (Herdado de Collection<MetadataProperty>.) | |
ICollection.SyncRoot | (Herdado de Collection<MetadataProperty>.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.