Sdílet prostřednictvím


GraphPathSerializationDictionary.Item – vlastnost

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
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
Jazyk JScript nepodporuje indexované vlastnosti.

Parametry

Hodnota vlastnosti

Typ: System.String

Implementuje

IDictionary<TKey, TValue>.Item[TKey]

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

GraphPathSerializationDictionary Třída

Microsoft.VisualStudio.GraphModel – obor názvů