ISchemaModelViewerController.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 安全性

请参见

参考

ISchemaModelViewerController 接口

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