Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.