VCProjectEngine.RemovePropertySheet(Object) Method

Definition

Microsoft Internal Use Only.

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

Parameters

PropertySheet
Object

Property sheet object

Attributes

Applies to