GraphPathSerializationDictionary.Values 属性

获取包含 System.Collections.Generic.IDictionary 值的 System.Collections.Generic.ICollection。

命名空间:  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> with get 
override Values : ICollection<string> with get
final function get Values () : ICollection<String>

属性值

类型:ICollection<String>
包含实现 System.Collections.Generic.IDictionary 的该对象值的 System.Collections.Generic.ICollection。

实现

IDictionary.Values

.NET Framework 安全性

请参阅

参考

GraphPathSerializationDictionary 类

Microsoft.VisualStudio.GraphModel 命名空间