VCProjectReference.Description 属性

获取或设置一个字符串,该字符串表示对象说明或输出组使用说明。

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

语法

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

属性值

类型:System.String
表示对象说明或输出组使用说明的字符串。

.NET Framework 安全性

请参见

参考

VCProjectReference 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间

其他资源

如何:编译和运行自动化对象模型代码示例