Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes a property sheet from the collection of property sheets directly imported by a property sheet.
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
- 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.