共用方式為


VCRuntimeIntegerProperty.PropertyPageName 屬性

設定或取得屬性的屬性頁。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
Property PropertyPageName As String
string PropertyPageName { get; set; }
property String^ PropertyPageName {
    String^ get ();
    void set (String^ value);
}
abstract PropertyPageName : string with get, set
function get PropertyPageName () : String
function set PropertyPageName (value : String)

屬性值

型別:System.String
字串,包含屬性頁讓VCRuntimeIntegerProperty屬性設定。

.NET Framework 安全性

請參閱

參考

VCRuntimeIntegerProperty 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間