GraphPathSerializationDictionary.Keys Property
Gets an System.Collections.Generic.ICollection that contains the keys of the System.Collections.Generic.IDictionary.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
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>
Property Value
Type: ICollection<String>
An System.Collections.Generic.ICollection that contains the keys of the object that implements System.Collections.Generic.IDictionary.
Implements
IDictionary.Keys
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.