VCCodeElement.DisplayName 属性

获取 VCCodeElement 对象的显示名称。

命名空间:  Microsoft.VisualStudio.VCCodeModel
程序集:  Microsoft.VisualStudio.VCCodeModel(在 Microsoft.VisualStudio.VCCodeModel.dll 中)

语法

声明
ReadOnly Property DisplayName As String
string DisplayName { get; }
property String^ DisplayName {
    String^ get ();
}
abstract DisplayName : string with get
function get DisplayName () : String

属性值

类型:String
VCCodeElement 对象的全名。

备注

在许多情况下,DisplayName 属性返回结果和 Name 属性相同。 但是,为函数声明元素,函数声明的完整签名返回。

.NET Framework 安全性

请参阅

参考

VCCodeElement 接口

Microsoft.VisualStudio.VCCodeModel 命名空间