VCFileConfiguration.ProjectConfiguration 属性

与选定的文件配置关联的项目配置。

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

语法

声明
ReadOnly Property ProjectConfiguration As Object
Object ProjectConfiguration { get; }
property Object^ ProjectConfiguration {
    Object^ get ();
}
abstract ProjectConfiguration : Object with get
function get ProjectConfiguration () : Object

属性值

类型:System.Object
表示项目配置的对象。

.NET Framework 安全性

请参见

参考

VCFileConfiguration 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间