GraphPathSerializationDictionary::Values Property

 

Gets an System.Collections.Generic.ICollection that contains the values of the System.Collections.Generic.IDictionary.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property ICollection<String^>^ Values {
	virtual ICollection<String^>^ get() sealed;
}

Property Value

Type: System.Collections.Generic::ICollection<String^>^

An System.Collections.Generic.ICollection that contains the values of the object that implements System.Collections.Generic.IDictionary.

Return to top
Show: