VCConfiguration::RemovePropertySheet Method (VCPropertySheet^)

 

Removes a property sheet from the collection of property sheets directly imported by a configuration.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

bool RemovePropertySheet(
	VCPropertySheet^ pPropertySheet
)

Parameters

pPropertySheet
Type: Microsoft.VisualStudio.VCProjectEngine::VCPropertySheet^

The property sheet to remove.

Return Value

Type: System::Boolean

true if the property sheet to be removed was found; otherwise, false.

Return to top
Show: