Share via


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)

Syntax

'Declaration
Public ReadOnly Property Values As ICollection(Of String)
public ICollection<string> Values { get; }
public:
virtual property ICollection<String^>^ Values {
    ICollection<String^>^ get () sealed;
}
abstract Values : ICollection<string> with get 
override Values : ICollection<string> with get
final function get Values () : ICollection<String>

Property Value

Type: ICollection<String>
An System.Collections.Generic.ICollection that contains the values of the object that implements System.Collections.Generic.IDictionary.

Implements

IDictionary.Values

.NET Framework Security

See Also

Reference

GraphPathSerializationDictionary Class

Microsoft.VisualStudio.GraphModel Namespace