Condividi tramite


Proprietà VCPropertySheet.PropertySheetFile

Ottiene o imposta il percorso completo del file della finestra delle proprietà. Include il nome del 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: String
Stringa che contiene il percorso completo alla finestra delle proprietà.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCPropertySheet Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine