DatabaseSchemaViewElementNode.Caption 属性

获取或设置此节点的标题。

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

语法

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

属性值

类型:System.String

实现

ISchemaModelViewerNode.Caption
ISchemaModelViewerNode.Caption

.NET Framework 安全性

请参见

参考

DatabaseSchemaViewElementNode 类

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