ISettingsList::Keys Property

Visual Studio 2015
 

Gets a snapshot (not a "live" collection) of the keys in the list.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

property array<String^>^ Keys {
	array<String^>^ get();
}

Property Value

Type: array<System::String^>^

The keys.

Return to top
Show: