VCConfiguration2.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.
public:
bool RemovePropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ 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
Returns
Implements
- Attributes