Condividi tramite


Proprietà VCConfiguration.InheritedPropertySheets

Imposta o ottiene le finestre delle proprietà per una configurazione.

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

Sintassi

'Dichiarazione
Property InheritedPropertySheets As String
string InheritedPropertySheets { get; set; }
property String^ InheritedPropertySheets {
    String^ get ();
    void set (String^ value);
}
abstract InheritedPropertySheets : string with get, set
function get InheritedPropertySheets () : String
function set InheritedPropertySheets (value : String)

Valore proprietà

Tipo: System.String
Stringa delimitata da punto e virgola contenente i nomi di finestra delle proprietà ereditati.

Note

È preferibile impostare questa proprietà nella finestra di gestione della proprietà.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCConfiguration Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine