VCPropertySheet.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 安全性

请参见

参考

VCPropertySheet 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间