Condividi tramite


Proprietà VCPropertySheet.PropertySheetFile

Imposta o ottiene il percorso completo del file della finestra delle proprietà.Include il nome file.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
Stringa contenente il percorso completo della finestra delle proprietà.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCPropertySheet Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine