_EnvironmentDocuments Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("76ED1C48-ED86-4E9E-ACF8-A40E765DAF25")> _
Public Interface _EnvironmentDocuments
[GuidAttribute("76ED1C48-ED86-4E9E-ACF8-A40E765DAF25")]
public interface _EnvironmentDocuments
[GuidAttribute(L"76ED1C48-ED86-4E9E-ACF8-A40E765DAF25")]
public interface class _EnvironmentDocuments
[<GuidAttribute("76ED1C48-ED86-4E9E-ACF8-A40E765DAF25")>]
type _EnvironmentDocuments = interface end
public interface _EnvironmentDocuments
The _EnvironmentDocuments type exposes the following members.
Properties
Name | Description | |
---|---|---|
AutoloadExternalChanges | Infrastructure. Microsoft Internal Use Only. | |
DetectFileChangesOutsideIDE | Infrastructure. Microsoft Internal Use Only. | |
FindReplaceInitializeFromEditor | Infrastructure. Microsoft Internal Use Only. | |
FindReplaceShowMessageBoxes | Infrastructure. Microsoft Internal Use Only. | |
InitializeOpenFileFromCurrentDocument | Infrastructure. Microsoft Internal Use Only. | |
MiscFilesProjectSavesLastNItems | Infrastructure. Microsoft Internal Use Only. | |
ReuseSavedActiveDocWindow | Infrastructure. Microsoft Internal Use Only. |
Top