다음을 통해 공유


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 네임스페이스