Compartir a través de


VCPropertySheet.PropertySheetFile (Propiedad)

Obtiene o establece la ruta completa del archivo de hoja de propiedades.Incluye el nombre de archivo.

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

Sintaxis

'Declaración
Property PropertySheetFile As String
string PropertySheetFile { get; set; }
property String^ PropertySheetFile {
    String^ get ();
    void set (String^ value);
}
abstract PropertySheetFile : string with get, set
function get PropertySheetFile () : String
function set PropertySheetFile (value : String)

Valor de propiedad

Tipo: System.String
Cadena que contiene la ruta de acceso completa a la hoja de propiedades.

Seguridad de .NET Framework

Vea también

Referencia

VCPropertySheet Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)