共用方式為


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 命名空間