VCRuntimeEnumProperty.PropertyPageName (Propiedad)
Establece u obtiene la página de la propiedad 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: String
Cadena que contiene la página de propiedades donde se puede establecer la propiedad VCRuntimeEnumProperty.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.