IDatabaseProjectReferenceController.GetCaption 方法

返回此引用节点的标题。

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

语法

声明
Function GetCaption ( _
    refNode As IDatabaseReferenceNode _
) As String
string GetCaption(
    IDatabaseReferenceNode refNode
)
String^ GetCaption(
    IDatabaseReferenceNode^ refNode
)
abstract GetCaption : 
        refNode:IDatabaseReferenceNode -> string 
function GetCaption(
    refNode : IDatabaseReferenceNode
) : String

参数

返回值

类型:System.String
标题。如果为 null 或为空,则使用默认标题。

备注

如果未提供标题,将使用基于文件名或项目名称的默认标题。

.NET Framework 安全性

请参见

参考

IDatabaseProjectReferenceController 接口

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