CommandBar.accDoDefaultAction(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.
Performs the default action. This method is deprecated.
void accDoDefaultAction(winrt::Windows::Foundation::IInspectable const & varChild);
[System.Runtime.InteropServices.DispId(-5018)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public void accDoDefaultAction (object varChild);
[<System.Runtime.InteropServices.DispId(-5018)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member accDoDefaultAction : obj -> unit
Public Sub accDoDefaultAction (Optional varChild As Object)
Parameters
- varChild
- Object
The child.
Implements
- Attributes
Remarks
This method throws a DeprecatedException when called.