VCConfiguration.InheritedPropertySheets 属性

获取或设置配置的属性表。

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

语法

声明
Property InheritedPropertySheets As String
string InheritedPropertySheets { get; set; }
property String^ InheritedPropertySheets {
    String^ get ();
    void set (String^ value);
}
abstract InheritedPropertySheets : string with get, set
function get InheritedPropertySheets () : String
function set InheritedPropertySheets (value : String)

属性值

类型:System.String
分号分隔的字符串,其中包含继承的属性表名称。

备注

将属性控制此窗口属性是更可取。

.NET Framework 安全性

请参见

参考

VCConfiguration 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间