VCProjectEngineObjectClass.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:
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(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)]
public virtual void RemovePropertySheet (object PropertySheet);
[<System.Runtime.InteropServices.DispId(218)>]
[<System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
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