DataViewBrowseObjectProvider Class

Definition

Allows you to retrieve a specialized browse object for a specified node in a given data view.

public ref class DataViewBrowseObjectProvider : Microsoft::VisualStudio::Data::ObjectWithSite
public class DataViewBrowseObjectProvider : Microsoft.VisualStudio.Data.ObjectWithSite
type DataViewBrowseObjectProvider = class
    inherit ObjectWithSite
Public Class DataViewBrowseObjectProvider
Inherits ObjectWithSite
Inheritance
DataViewBrowseObjectProvider

Constructors

DataViewBrowseObjectProvider()

Class constructor. Instantiates a new instance of the DataViewBrowseObjectProvider class.

Properties

DataViewHierarchyAccessor

Retrieves a DataViewHierarchyAccessor object instance, which provides managed accessors for the IVsHierarchy object that implements the data view hierarchy.

Site

Retrieves or sets the object site.

(Inherited from ObjectWithSite)

Methods

GetBrowseObject(Int32, Object)

Retrieves a special browse object for a data view node, given the specified node's item ID.

OnSiteChanged(EventArgs)

Raises the SiteChanged event.

(Inherited from ObjectWithSite)

Events

SiteChanged

Event that is raised when the Site property is changed.

(Inherited from ObjectWithSite)

Explicit Interface Implementations

IObjectWithSite.GetSite(Guid, IntPtr)

Retrieves the last site set using the IObjectWithSite.SetSite(Object) method. In cases where there is no known site, the object returns an exception.

(Inherited from ObjectWithSite)
IObjectWithSite.SetSite(Object)

Provides the site's pointer to the site object.

(Inherited from ObjectWithSite)

Applies to