VCConfiguration.RemovePropertySheet(VCPropertySheet) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a property sheet from the collection of property sheets directly imported by a configuration.
public:
bool RemovePropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ pPropertySheet);
public:
bool RemovePropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ pPropertySheet);
bool RemovePropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet const & pPropertySheet);
[System.Runtime.InteropServices.DispId(783)]
public bool RemovePropertySheet (Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet pPropertySheet);
[<System.Runtime.InteropServices.DispId(783)>]
abstract member RemovePropertySheet : Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet -> bool
Public Function RemovePropertySheet (pPropertySheet As VCPropertySheet) As Boolean
Parameters
- pPropertySheet
- VCPropertySheet
The property sheet to remove.
Returns
true
if the property sheet to be removed was found; otherwise, false
.
- Attributes