_EnvironmentGeneral 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("48E61D9C-8C8D-42D3-914B-46D70C8B7A40")> _
Public Interface _EnvironmentGeneral
[GuidAttribute("48E61D9C-8C8D-42D3-914B-46D70C8B7A40")]
public interface _EnvironmentGeneral
[GuidAttribute(L"48E61D9C-8C8D-42D3-914B-46D70C8B7A40")]
public interface class _EnvironmentGeneral
[<GuidAttribute("48E61D9C-8C8D-42D3-914B-46D70C8B7A40")>]
type _EnvironmentGeneral = interface end
public interface _EnvironmentGeneral
The _EnvironmentGeneral type exposes the following members.
Properties
Name | Description | |
---|---|---|
Animations | Infrastructure. Microsoft Internal Use Only. | |
AnimationSpeed | Infrastructure. Microsoft Internal Use Only. | |
AutohidePinActiveTabOnly | Infrastructure. Microsoft Internal Use Only. | |
CloseButtonActiveTabOnly | Infrastructure. Microsoft Internal Use Only. | |
MRUListContainsNItems | Infrastructure. Microsoft Internal Use Only. | |
OnStartUp | Infrastructure. Microsoft Internal Use Only. | |
ShowCommandWindowCompletion | Infrastructure. Microsoft Internal Use Only. | |
ShowStatusBar | Infrastructure. Microsoft Internal Use Only. | |
WindowMenuContainsNItems | Infrastructure. Microsoft Internal Use Only. |
Top