IDetailTabContext Interface
Autodesk.Connectivity.Explorer.Extensibility›Autodesk.Connectivity.Explorer.Extensibility
Used by DetailPaneTab selection event handlers to interact with the application
Syntax
public interface IDetailTabContext Public Interface IDetailTabContext Properties
| Name | Description |
|---|---|
| Application | Gets the application object for the current session. |
| NavSelectionSet | Gets the items which are selcted in the navigation view (treeview at the left). |
| SelectedObject | Gets the object that is currently selected. Returns null if no selection. |
| UserControl | Gets the visible instance of the extension-provided user control type. |
Methods
| Name | Description |
|---|---|
| Refresh | Gets the vault explorer UI. The behavior is the same as if the user pressed the F5 key. |
Returned By
Where you get a IDetailTabContext — members that return one.