GraphPathSerializationDictionary.Keys 属性

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

语法

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

属性值

类型:System.Collections.Generic.ICollection<String>

实现

IDictionary<TKey, TValue>.Keys

.NET Framework 安全性

请参见

参考

GraphPathSerializationDictionary 类

Microsoft.VisualStudio.GraphModel 命名空间