CommandBarButtonClass.Delete(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.
Removes this control from the collection.
virtual void Delete(winrt::Windows::Foundation::IInspectable const & Temporary);
[System.Runtime.InteropServices.DispId(1610874887)]
public virtual void Delete (object Temporary);
[<System.Runtime.InteropServices.DispId(1610874887)>]
abstract member Delete : obj -> unit
override this.Delete : obj -> unit
Public Overridable Sub Delete (Optional Temporary As Object)
Parameters
- Temporary
- Object
true
if the removal is temporary, otherwise false
.
Implements
- Attributes