Partager via


Propriété MetadataProperties.Item (String)

Gets an item from the collection that has the specified name.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As MetadataProperty 
    Get
'Utilisation
Dim instance As MetadataProperties 
Dim name As String 
Dim value As MetadataProperty 

value = instance(name)
public MetadataProperty this[
    string name
] { get; }
public:
property MetadataProperty^ default[String^ name] {
    MetadataProperty^ get (String^ name);
}
member Item : MetadataProperty
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

  • name
    Type : System.String
    The name of the item in the collection.

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.MetadataProperty
A MetadataProperty object that has the specified name.

Voir aussi

Référence

MetadataProperties Classe

Surcharge Item

Espace de noms Microsoft.ReportingServices.RdlObjectModel