VCConfiguration2.RemovePropertySheet(VCPropertySheet) Method

Definition

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

Applies to