_EnvironmentTaskList 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("4BC18A5B-DBB6-4AF5-A443-2E3F19365304")> _
Public Interface _EnvironmentTaskList
[GuidAttribute("4BC18A5B-DBB6-4AF5-A443-2E3F19365304")]
public interface _EnvironmentTaskList
[GuidAttribute(L"4BC18A5B-DBB6-4AF5-A443-2E3F19365304")]
public interface class _EnvironmentTaskList
[<GuidAttribute("4BC18A5B-DBB6-4AF5-A443-2E3F19365304")>]
type _EnvironmentTaskList = interface end
public interface _EnvironmentTaskList
The _EnvironmentTaskList type exposes the following members.
Properties
Name | Description | |
---|---|---|
CommentTokens | Infrastructure. Microsoft Internal Use Only. | |
ConfirmTaskDeletion | Infrastructure. Microsoft Internal Use Only. | |
WarnOnAddingHiddenItem | Infrastructure. Microsoft Internal Use Only. |
Top