VCConfiguration.RemovePropertySheet(VCPropertySheet) Methode

Definition

Entfernt ein Eigenschaften Blatt aus der Auflistung von Eigenschaften Blättern, die direkt von einer Konfiguration importiert werden.

public:
 bool RemovePropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ pPropertySheet);
public:
 bool RemovePropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet ^ pPropertySheet);
bool RemovePropertySheet(Microsoft::VisualStudio::VCProjectEngine::VCPropertySheet const & pPropertySheet);
[System.Runtime.InteropServices.DispId(783)]
public bool RemovePropertySheet (Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet pPropertySheet);
[<System.Runtime.InteropServices.DispId(783)>]
abstract member RemovePropertySheet : Microsoft.VisualStudio.VCProjectEngine.VCPropertySheet -> bool
Public Function RemovePropertySheet (pPropertySheet As VCPropertySheet) As Boolean

Parameter

pPropertySheet
VCPropertySheet

Das Eigenschaften Blatt, das entfernt werden soll.

Gibt zurück

Boolean

true , wenn das zu entfernende Eigenschaften Blatt gefunden wurde. andernfalls false .

Attribute

Gilt für