_EnvironmentDocuments.MiscFilesProjectSavesLastNItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property int MiscFilesProjectSavesLastNItems { int get(); void set(int value); };
public:
property int MiscFilesProjectSavesLastNItems { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(5)]
public int MiscFilesProjectSavesLastNItems { [System.Runtime.InteropServices.DispId(5)] get; [System.Runtime.InteropServices.DispId(5)] set; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
[<set: System.Runtime.InteropServices.DispId(5)>]
member this.MiscFilesProjectSavesLastNItems : int with get, set
Public Property MiscFilesProjectSavesLastNItems As Integer
Property Value
true
if the Miscellaneous Files project is to save the last dirty items, otherwise false
.
- Attributes