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

'Declaration
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

Return Value

Type: System.Boolean
true if the property sheet to be removed was found; otherwise, false.

.NET Framework Security

See Also

Reference

VCConfiguration Interface

Microsoft.VisualStudio.VCProjectEngine Namespace