SettingsStore::GetPropertyType Method (String^, String^)

 

Returns the type of the requested property.

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

public:
virtual SettingsType GetPropertyType(
	String^ collectionPath,
	String^ propertyName
) abstract

Parameters

collectionPath
Type: System::String^

Path of the collection of the property.

propertyName
Type: System::String^

Name of the property.

Return Value

Type: Microsoft.VisualStudio.Settings::SettingsType

Type of the property.

Exception Condition
ArgumentException

Throws this exception if the property does not exist.

Return to top
Show: