Share via


GraphPathSerializationDictionary.Values Property

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

Syntax

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

Property Value

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

Implements

IDictionary<TKey, TValue>.Values

.NET Framework Security

See Also

Reference

GraphPathSerializationDictionary Class

Microsoft.VisualStudio.GraphModel Namespace