TraceReader.Item[] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la colonne spécifiée.
Surcharges
Item[Int32] |
Obtient la colonne spécifiée par la position d'index. |
Item[String] |
Récupère la colonne portant le nom spécifié. |
Item[Int32]
Obtient la colonne spécifiée par la position d'index.
public:
property System::Object ^ default[int] { System::Object ^ get(int index); };
public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object
Paramètres
Valeur de propriété
Valeur de l'objet système Object qui spécifie la colonne.
Implémente
Exemples
S’applique à
Item[String]
Récupère la colonne portant le nom spécifié.
public:
property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ name); };
public object this[string name] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(name As String) As Object
Paramètres
Valeur de propriété
Valeur de l'objet système Object qui spécifie la colonne.