GraphPathSerializationDictionary.Keys Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an System.Collections.Generic.ICollection containing the keys of the System.Collections.Generic.IDictionary.
C++
public:
property System::Collections::Generic::ICollection<System::String ^> ^ Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)
An System.Collections.Generic.ICollection containing the keys of the object that implements System.Collections.Generic.IDictionary.
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |