VCProjectEngineObjectClass.RemovePropertySheet(Object) Method

Definition

Microsoft Internal Use Only.

public:
 virtual void RemovePropertySheet(System::Object ^ PropertySheet) = Microsoft::VisualStudio::VCProjectEngine::VCProjectEngine::RemovePropertySheet;
public:
 virtual void RemovePropertySheet(Platform::Object ^ PropertySheet) = Microsoft::VisualStudio::VCProjectEngine::VCProjectEngine::RemovePropertySheet;
 virtual void RemovePropertySheet(winrt::Windows::Foundation::IInspectable const & PropertySheet);
[System.Runtime.InteropServices.DispId(218)]
[System.Runtime.InteropServices.TypeLibFunc]
public virtual void RemovePropertySheet (object PropertySheet);
[<System.Runtime.InteropServices.DispId(218)>]
[<System.Runtime.InteropServices.TypeLibFunc>]
abstract member RemovePropertySheet : obj -> unit
override this.RemovePropertySheet : obj -> unit
Public Overridable Sub RemovePropertySheet (PropertySheet As Object)

Parameters

PropertySheet
Object

Property Sheet object

Implements

Attributes

Applies to