GraphPathSerializationDictionary.Keys 属性

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

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

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

属性值

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

实现

IDictionary.Keys

.NET Framework 安全性

请参阅

参考

GraphPathSerializationDictionary 类

Microsoft.VisualStudio.GraphModel 命名空间