Autodesk Vault ProfessionalVault API

IDetailTabContext Interface

Autodesk.Connectivity.Explorer.ExtensibilityAutodesk.Connectivity.Explorer.Extensibility

Used by DetailPaneTab selection event handlers to interact with the application

Syntax

public interface IDetailTabContext 
Public Interface IDetailTabContext 

Properties

NameDescription
ApplicationGets the application object for the current session.
NavSelectionSetGets the items which are selcted in the navigation view (treeview at the left).
SelectedObjectGets the object that is currently selected. Returns null if no selection.
UserControlGets the visible instance of the extension-provided user control type.

Methods

NameDescription
RefreshGets 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.

See Also