GraphPathSerializationDictionary.Values 屬性

取得 System.Collections.Generic.ICollection,其中包含 System.Collections.Generic.IDictionary 的值。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
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>
override Values : ICollection<string>
final function get Values () : ICollection<String>

屬性值

型別:System.Collections.Generic.ICollection<String>
System.Collections.Generic.ICollection,其中包含實作 System.Collections.Generic.IDictionary 之物件的值。

實作

IDictionary<TKey, TValue>.Values

.NET Framework 安全性

請參閱

參考

GraphPathSerializationDictionary 類別

Microsoft.VisualStudio.GraphModel 命名空間