VCConfiguration.PropertySheets 属性

获取项目的所有属性表。

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

语法

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

属性值

类型:System.Object
属性表的集合。

.NET Framework 安全性

请参见

参考

VCConfiguration 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间