IVsSettingsStore::PropertyExists Method (String^, String^, Int32)
Visual Studio 2015
Determines whether a property exists in a given collection.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int PropertyExists( String^ collectionPath, String^ propertyName, [OutAttribute] int% pfExists )
Parameters
- collectionPath
-
Type:
System::String^
[in] The path of the collection.
- propertyName
-
Type:
System::String^
[in] The property name.
- pfExists
-
Type:
System::Int32
[out] The result.
Show: