This is for ArcGIS Pro add-in development using Csharp .NET.
What is the public, supported way to access the selected or right-clicked table or feature class in the Catalog pane from a context menu button?
- Is there a public API to retrieve the selected item(s) in the Catalog pane context menu handler?
- Are there any best practices or workarounds for obtaining the path or reference to the right-clicked item?
- Internal interfaces like ICatalogPane and IProjectWindow are not accessible—are there alternatives?
Any guidance or code samples would be appreciated. Thank you!