VCConfiguration.RemovePropertySheet Method
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)
Syntax
'Declaración
Function RemovePropertySheet ( _
pPropertySheet As VCPropertySheet _
) As Boolean
bool RemovePropertySheet(
VCPropertySheet pPropertySheet
)
bool RemovePropertySheet(
[InAttribute] VCPropertySheet^ pPropertySheet
)
abstract RemovePropertySheet :
pPropertySheet:VCPropertySheet -> bool
function RemovePropertySheet(
pPropertySheet : VCPropertySheet
) : boolean
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.