IVsDataViewBrowseObjectProvider 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 specify browse objects for nodes in a data view hierarchy.
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. |