GraphPathSerializationDictionary::Item Property (String^)
Visual Studio 2015
Gets or sets the element that has the specified key.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property String^ default[ String^ key ] { virtual String^ get(String^ key) sealed; virtual void set(String^ key, String^ value) sealed; }
Implements
IDictionary<TKey, TValue>::Item[TKey]
Show: