IVsDataViewBrowseObjectProvider Interface

Definition

Represents the interface that exposes the ability to retrieve a specialized browse object for a specified node in a given data view.

public interface class IVsDataViewBrowseObjectProvider
public interface IVsDataViewBrowseObjectProvider
type IVsDataViewBrowseObjectProvider = interface
Public Interface IVsDataViewBrowseObjectProvider
Derived

Methods

CreateBrowseObject(Int32, Object)

When implemented by a class, retrieves a special browse object for a data view node, given the specified node's item ID.

Events

BrowseObjectChanged

Occurs when the browse object is changed.

Applies to