Freigeben über


GraphPathSerializationDictionary.Values-Eigenschaft

Ruft eine System.Collections.Generic.ICollection ab, die die Werte des System.Collections.Generic.IDictionary enthält.

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>

Eigenschaftswert

Typ: ICollection<String>
Ein System.Collections.Generic.ICollection, das die Werte des Objekts enthält, das System.Collections.Generic.IDictionary implementiert.

Implementiert

IDictionary.Values

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphPathSerializationDictionary Klasse

Microsoft.VisualStudio.GraphModel-Namespace