GraphPathSerializationDictionary.Item, propriété
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Default Property Item ( _
key As String _
) As String
Get
Set
public string this[
string key
] { get; set; }
public:
virtual property String^ default[String^ key] {
String^ get (String^ key) sealed;
void set (String^ key, String^ value) sealed;
}
abstract Item : string with get, set
override Item : string with get, set
JScript ne prend pas en charge les propriétés indexées.
Paramètres
- key
Type : System.String
Valeur de propriété
Type : System.String
Implémentations
IDictionary<TKey, TValue>.Item[TKey]
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.