Share via


IVsDataViewUserContextProvider Interface

Definition

Important

This API is not CLS-compliant.

Represents the ability to specify user context for nodes in a data view hierarchy.

public interface class IVsDataViewUserContextProvider
[System.CLSCompliant(false)]
public interface IVsDataViewUserContextProvider
public interface IVsDataViewUserContextProvider
[<System.CLSCompliant(false)>]
type IVsDataViewUserContextProvider = interface
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