IVsDataViewCaptionProvider 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 control the caption for nodes in a data view hierarchy.
public interface class IVsDataViewCaptionProvider
public interface IVsDataViewCaptionProvider
type IVsDataViewCaptionProvider = interface
Public Interface IVsDataViewCaptionProvider
Methods
GetCaption(Int32) |
Retrieves the caption of the specified node in Server Explorer. |
GetEditableCaption(Int32) |
Retrieves the caption, which can be edited, of the specified node in Server Explorer. |
Events
CaptionChanged |
Occurs when a node's caption has changed in Server Explorer. |