共用方式為


ISchemaHierarchyGenerator.GetCaption 方法

傳回指定之項目節點的標題。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Function GetCaption ( _
    node As ISchemaModelViewerElementNode _
) As String
string GetCaption(
    ISchemaModelViewerElementNode node
)
String^ GetCaption(
    ISchemaModelViewerElementNode^ node
)
abstract GetCaption : 
        node:ISchemaModelViewerElementNode -> string 
function GetCaption(
    node : ISchemaModelViewerElementNode
) : String

參數

傳回值

型別:System.String
節點標題。

.NET Framework 安全性

請參閱

參考

ISchemaHierarchyGenerator 介面

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