SettingsStore::GetPropertyType Method (String^, String^)
Visual Studio 2015
Returns the type of the requested property.
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.
| Exception | Condition |
|---|---|
| ArgumentException | Throws this exception if the property does not exist. |
Show: