IVsDataViewVisibilityProvider.IsVisible(Int32) Method

Definition

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

public:
 bool IsVisible(int itemId);
public bool IsVisible (int itemId);
abstract member IsVisible : int -> bool
Public Function IsVisible (itemId As Integer) As Boolean

Parameters

itemId
Int32

A numerical identifier for the item in the data view hierarchy.

Returns

true if item is visible; otherwise, false.

Applies to