DatabaseSchemaViewNode.Caption 属性

获取或设置节点的标题。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Public Overridable Property Caption As String
    Get
    Set
public virtual string Caption { get; set; }
public:
virtual property String^ Caption {
    String^ get ();
    void set (String^ value);
}
abstract Caption : string with get, set
override Caption : string with get, set
function get Caption () : String
function set Caption (value : String)

属性值

类型:System.String

实现

ISchemaModelViewerNode.Caption

.NET Framework 安全性

请参见

参考

DatabaseSchemaViewNode 类

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView 命名空间