Share via


IVsDataViewCaptionProvider Interface

Definition

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.

Applies to