SettingsStore::GetPropertyNames Method (String^)

 

Returns the names of properties under the given collection.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual IEnumerable<String^>^ GetPropertyNames(
	String^ collectionPath
) abstract

Parameters

collectionPath
Type: System::String^

Path of the collection.

Return Value

Type: System.Collections.Generic::IEnumerable<String^>^

Names of properties are returned.

Exception Condition
ArgumentException

Throws this exception if the collection does not exist.

Return to top
Show: