IVsDataViewVisibilityProvider Interface

Definition

Provides the ability to control the visibility of nodes in a data view hierarchy.

public interface class IVsDataViewVisibilityProvider
public interface IVsDataViewVisibilityProvider
type IVsDataViewVisibilityProvider = interface
Public Interface IVsDataViewVisibilityProvider

Methods

IsVisible(Int32)

When implemented by a class, indicates whether the current item is visible.

Events

VisibilityChanged

Occurs when the item's visibility changes.

Applies to