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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。