ISchemaModelViewerNode.Caption 属性

获取或设置节点的标题。

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

语法

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

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

ISchemaModelViewerNode 接口

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