Compartir a través de


INavigationContextProvider.CurrentContext Propiedad

Definición

Obtiene o establece el elemento de contexto actualmente seleccionado, por ejemplo un nodo OE actual.

public:
 property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ CurrentContext { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ get(); void set(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ value); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext CurrentContext { get; set; }
member this.CurrentContext : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext with get, set
Public Property CurrentContext As INavigationContext

Valor de propiedad

Elemento de contexto actualmente seleccionado.

Se aplica a