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