GraphPathSerializationDictionary::Item Property (String^)

 

Gets or sets the element that has the specified key.

Namespace:   Microsoft.VisualStudio.GraphModel
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;
}

Property Value

Type: System::String^

The element that has the specified key.

Return to top
Show: