VCCodeIDLCoClass.DisplayName 属性

获取对象的全名。

命名空间:  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
对象的全名。

备注

在许多情况下,DisplayName 属性返回结果和 Name 属性相同。

.NET Framework 安全性

请参阅

参考

VCCodeIDLCoClass 接口

Microsoft.VisualStudio.VCCodeModel 命名空间