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