I am a beginner of Maps SDK for .NET and try to understand "Capture a map/layout to the clipboard" function.
ArcGIS Pro GUI
Share tab > in the Output group, 'Capture To Clipboard'
https://pro.arcgis.com/en/pro-app/latest/help/sharing/overview/capture-a-map-or-layout-to-the-clipboard.htm
I understood GetPlugInWrapper ia able to call DAML ID:"esri_sharing_CaptureMapToClipboard".
https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic10151.html
However, my end user hope to use 'Capture To Clipboard' in an active map without right upper nortification "Capture Map to Clipboard. The Iimage was captured and copied to the clipboard.
After clcik 'Capture To Clipboard', the right upper nortification always displayed, so GetPlugInWrapper is unusable for my end user request.

Does anyone has other implementation ideas?
If there is no way to complete processes by only using Pro SDK, I think that Pro SDK only run export images and .NET run subsequent processing.