IVsDataViewBrowseObjectProvider Interface
Represents the interface that exposes the ability to retrieve a specialized browse object for a specified node in a given data view.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Public Interface IVsDataViewBrowseObjectProvider
public interface IVsDataViewBrowseObjectProvider
public interface class IVsDataViewBrowseObjectProvider
type IVsDataViewBrowseObjectProvider = interface end
public interface IVsDataViewBrowseObjectProvider
The IVsDataViewBrowseObjectProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateBrowseObject | When implemented by a class, retrieves a special browse object for a data view node, given the specified node's item ID. |
Top
Events
Name | Description | |
---|---|---|
BrowseObjectChanged | Occurs when the browse object is changed. |
Top
Remarks
This interface has a base implementation in the DDEX Framework.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace