IVsDataViewVisibilityProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents 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. |