IVsDataViewUserContextProvider Interface

Definition

Important

This API is not CLS-compliant.

Provides the ability to create a user context to indicate which component of Server Explorer has just been selected.

public interface class IVsDataViewUserContextProvider
[System.CLSCompliant(false)]
public interface IVsDataViewUserContextProvider
[<System.CLSCompliant(false)>]
type IVsDataViewUserContextProvider = interface
Public Interface IVsDataViewUserContextProvider
Attributes

Methods

CreateUserContext(Int32)

When implemented by a class, creates a user context object for the specified node.

Events

UserContextChanged

Occurs when the user context changes.

Applies to