GraphPathSerializationDictionary.Item Property
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
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 does not support indexed properties.
Parameters
- key
Type: System.String
Property Value
Type: System.String
Implements
IDictionary<TKey, TValue>.Item[TKey]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.