VCRuntimeStringProperty.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
字符串包含 VCRuntimeStringProperty 属性设置的属性页。

.NET Framework 安全性

请参见

参考

VCRuntimeStringProperty 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间