Partager via


Classe MetadataProperties

Represents the metadata properties of a report part.

Hiérarchie d'héritage

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'MetadataProperty> ) > ) >
    Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'MetadataProperty> ) > ) >
      Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'MetadataProperty> ) > ) >
        Microsoft.ReportingServices.RdlObjectModel..::..MetadataProperties

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class MetadataProperties _
    Inherits RdlCollection(Of MetadataProperty)
'Utilisation
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>

Le type MetadataProperties expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique MetadataProperties Initializes a new instance of the MetadataProperties class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Count (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Propriété publique Item[ ( [ ( Int32] ) ] ) (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Propriété publique Item[ ( [ ( String] ) ] )
Propriété protégée Items (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Propriété publique Parent The parent object. (hérité de RdlCollectionBase< (Of < ( <'T> ) > ) >.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Add(T) (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Méthode publique Add(String, String) Adds a metadata property.
Méthode publique Clear (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Méthode protégée ClearItems Infrastructure. (hérité de RdlCollection< (Of < ( <'T> ) > ) >.)
Méthode publique Contains(String)
Méthode publique Contains(T) (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Méthode publique CopyTo (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Méthode publique DeepClone
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetEnumerator (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique IndexOf (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Méthode publique Insert (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Méthode protégée InsertItem Infrastructure. (hérité de RdlCollection< (Of < ( <'T> ) > ) >.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée OnCollectionChanged Infrastructure. (hérité de RdlCollection< (Of < ( <'T> ) > ) >.)
Méthode publique Remove (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Méthode publique RemoveAt (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Méthode protégée RemoveItem Infrastructure. (hérité de RdlCollection< (Of < ( <'T> ) > ) >.)
Méthode protégée SetItem Infrastructure. (hérité de RdlCollection< (Of < ( <'T> ) > ) >.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Événements

  Nom Description
Événement public CollectionChanged (hérité de RdlCollection< (Of < ( <'T> ) > ) >.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IList. . :: . .Add (hérité de RdlCollectionBase< (Of < ( <'T> ) > ) >.)
Implémentation d'interface explicitePropriété privée IList. . :: . .Item (hérité de RdlCollectionBase< (Of < ( <'T> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Contains (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Implémentation d'interface expliciteMéthode privée ICollection. . :: . .CopyTo (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IEnumerable. . :: . .GetEnumerator (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .IndexOf (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Insert (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Implémentation d'interface explicitePropriété privée IList. . :: . .IsFixedSize (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Implémentation d'interface explicitePropriété privée ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Implémentation d'interface explicitePropriété privée IList. . :: . .IsReadOnly (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Implémentation d'interface explicitePropriété privée ICollection. . :: . .IsSynchronized (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Implémentation d'interface expliciteMéthode privée IList. . :: . .Remove (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)
Implémentation d'interface explicitePropriété privée ICollection. . :: . .SyncRoot (hérité de Collection< (Of < ( <'MetadataProperty> ) > ) >.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.