VCPropertySheet::RemovePropertySheet Method (VCPropertySheet^)
Visual Studio 2015
Removes a property sheet from the collection of property sheets directly imported by a property sheet.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- pPropertySheet
-
Type:
Microsoft.VisualStudio.VCProjectEngine::VCPropertySheet^
The property sheet to remove.
Return Value
Type: System::Booleantrue if the property sheet to be removed was found; otherwise, false.
Show: