IVsDataViewCaptionProvider Interface
Provides the ability to get the caption of a node item in Server Explorer.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataViewCaptionProvider
public interface IVsDataViewCaptionProvider
public interface class IVsDataViewCaptionProvider
type IVsDataViewCaptionProvider = interface end
public interface IVsDataViewCaptionProvider
The IVsDataViewCaptionProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCaption | Retrieves the caption of the specified node in Server Explorer. | |
GetEditableCaption | Retrieves the caption, which can be edited, of the specified node in Server Explorer. |
Top
Events
Name | Description | |
---|---|---|
CaptionChanged | Occurs when a node's caption has changed in Server Explorer. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace