Share via


IVsDataExplorerNode.Caption Property

Gets the caption of the node.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

ReadOnly Property Caption As String

Dim instance As IVsDataExplorerNode
Dim value As String

value = instance.Caption
string Caption { get; }
property String^ Caption {
    String^ get ();
}
function get Caption () : String

Property Value

Type: System.String

A String value holding the caption text.

Permissions

See Also

Reference

IVsDataExplorerNode Interface

IVsDataExplorerNode Members

Microsoft.VisualStudio.Data.Services Namespace