Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.VCPropertySheetThe property sheet to remove.
Return Value
Type: 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.