ISettingsList.Keys Property
Definition
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 a snapshot (not a "live" collection) of the keys in the list.
public:
property cli::array <System::String ^> ^ Keys { cli::array <System::String ^> ^ get(); };
public:
property Platform::Array <Platform::String ^> ^ Keys { Platform::Array <Platform::String ^> ^ get(); };
public string[] Keys { get; }
member this.Keys : string[]
Public ReadOnly Property Keys As String()
Property Value
String[]
The keys.
Remarks
This method is safe to access from any thread.