Udostępnij za pośrednictwem


Właściwość GraphPathSerializationDictionary.Item —

Pobiera lub ustawia element, który ma określonego klucza.

Przestrzeń nazw:  Microsoft.VisualStudio.GraphModel
Zestaw:  Microsoft.VisualStudio.GraphModel (w Microsoft.VisualStudio.GraphModel.dll)

Składnia

'Deklaracja
Public Default Property Item ( _
    key As String _
) As String
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 : 
        key:string -> string with get, set 
override Item : 
        key:string -> string with get, set
Język JScript nie obsługuje właściwości indeksowanych.

Parametry

  • key
    Typ: String

Wartość właściwości

Typ: String
Element, który ma określonego klucza.

Implementuje

IDictionary.Item

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

GraphPathSerializationDictionary Klasa

Przestrzeń nazw Microsoft.VisualStudio.GraphModel