IVsWritableSettingsStore::PropertyExists Method (String^, String^, Int32)

 

Determines whether a property exists in a given collection.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Int32

Returns S_OK if the status of the property was returned.

Return to top
Show: