共用方式為


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 命名空間