Condividi tramite


Proprietà _EnvironmentDocuments.MiscFilesProjectSavesLastNItems

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
Property MiscFilesProjectSavesLastNItems As Integer
int MiscFilesProjectSavesLastNItems { get; set; }
property int MiscFilesProjectSavesLastNItems {
    int get ();
    void set (int value);
}
abstract MiscFilesProjectSavesLastNItems : int with get, set
function get MiscFilesProjectSavesLastNItems () : int 
function set MiscFilesProjectSavesLastNItems (value : int)

Valore proprietà

Tipo: Int32
true se il progetto di file esterni è salvare gli ultimi elementi modificati; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

_EnvironmentDocuments Interfaccia

Spazio dei nomi EnvDTE