VCRuntimeStringProperty.DisplayName 属性
获取或设置对象的全名。
命名空间: Microsoft.VisualStudio.VCProjectEngine
程序集: Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)
语法
声明
Property DisplayName As String
string DisplayName { get; set; }
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
abstract DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)
属性值
类型:System.String
对象的全名。
备注
在大多数情况下, DisplayName 属性返回结果和 Name 属性相同。 但是,对于函数声明元素,函数声明中的整个签名返回。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。