Compartir a través de


VCRuntimeEnumProperty.PropertyPageName (Propiedad)

Establece u obtiene la página de propiedades para la propiedad.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String
Cadena que contiene la página de propiedades donde la propiedad de VCRuntimeEnumProperty puede establecerse.

Seguridad de .NET Framework

Vea también

Referencia

VCRuntimeEnumProperty Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)