VCProjectEngine.RemovePropertySheet(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)]
public void RemovePropertySheet (object PropertySheet);
[<System.Runtime.InteropServices.DispId(218)>]
[<System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
abstract member RemovePropertySheet : obj -> unit
Public Sub RemovePropertySheet (PropertySheet As Object)
Parameters
- PropertySheet
- Object
Property sheet object
- Attributes