IVsDataExplorerNode.Caption 属性

获取节点的说明。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
ReadOnly Property Caption As String
string Caption { get; }
property String^ Caption {
    String^ get ();
}
abstract Caption : string
function get Caption () : String

属性值

类型:System.String
保存标题文本的 String 值。

.NET Framework 安全性

请参见

参考

IVsDataExplorerNode 接口

Microsoft.VisualStudio.Data.Services 命名空间