DTEClass Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Inheritance Hierarchy
System.Object
EnvDTE.DTEClass
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("3C9CFE1E-389F-4118-9FAD-365385190329")> _
Public Class DTEClass _
Implements _DTE, DTE
[ClassInterfaceAttribute()]
[GuidAttribute("3C9CFE1E-389F-4118-9FAD-365385190329")]
public class DTEClass : _DTE, DTE
[ClassInterfaceAttribute()]
[GuidAttribute(L"3C9CFE1E-389F-4118-9FAD-365385190329")]
public ref class DTEClass : _DTE,
DTE
[<ClassInterfaceAttribute()>]
[<GuidAttribute("3C9CFE1E-389F-4118-9FAD-365385190329")>]
type DTEClass =
class
interface _DTE
interface DTE
end
public class DTEClass implements _DTE, DTE
The DTEClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DTEClass | Infrastructure. Microsoft Internal Use Only. |
Top
Properties
Name | Description | |
---|---|---|
ActiveDocument | For more information on this property, refer to ActiveDocument. | |
ActiveSolutionProjects | For more information on this property, refer to ActiveSolutionProjects. | |
ActiveWindow | For more information on this property, refer to ActiveWindow. | |
AddIns | For more information on this property, refer to AddIns. | |
Application | For more information on this property, refer to Application. | |
CommandBars | For more information on this property, refer to CommandBars. | |
CommandLineArguments | For more information on this property, refer to CommandLineArguments. | |
Commands | For more information on this property, refer to Commands. | |
ContextAttributes | For more information on this property, refer to ContextAttributes. | |
Debugger | For more information on this property, refer to Debugger. | |
DisplayMode | For more information on this property, refer to DisplayMode. | |
Documents | For more information on this property, refer to Documents. | |
DTE | For more information on this property, refer to DTE. | |
Edition | For more information on this property, refer to Edition. | |
Events | For more information on this property, refer to Events. | |
FileName | For more information on this property, refer to FileName. | |
Find | For more information on this property, refer to Find. | |
FullName | For more information on this property, refer to FullName. | |
Globals | For more information on this property, refer to Globals. | |
IsOpenFile | For more information on this property, refer to IsOpenFile. | |
ItemOperations | For more information on this property, refer to ItemOperations. | |
LocaleID | For more information on this property, refer to LocaleID. | |
Macros | For more information on this property, refer to Macros. | |
MacrosIDE | For more information on this property, refer to MacrosIDE. | |
MainWindow | For more information on this property, refer to MainWindow. | |
Mode | For more information on this property, refer to Mode. | |
Name | For more information on this property, refer to Name. | |
ObjectExtenders | For more information on this property, refer to ObjectExtenders. | |
Properties | For more information on this property, refer to Properties. | |
RegistryRoot | For more information on this property, refer to RegistryRoot. | |
SelectedItems | For more information on this property, refer to SelectedItems. | |
Solution | For more information on this property, refer to Solution. | |
SourceControl | For more information on this property, refer to SourceControl. | |
StatusBar | For more information on this property, refer to StatusBar. | |
SuppressUI | For more information on this property, refer to SuppressUI. | |
UndoContext | For more information on this property, refer to UndoContext. | |
UserControl | For more information on this property, refer to UserControl. | |
Version | For more information on this property, refer to Version. | |
WindowConfigurations | For more information on this property, refer to WindowConfigurations. | |
Windows | For more information on this property, refer to Windows. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
ExecuteCommand | For more information on this method, refer to ExecuteCommand. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetObject | For more information on this method, refer to GetObject. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LaunchWizard | For more information on this method, refer to LaunchWizard. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OpenFile | For more information on this method, refer to OpenFile. | |
Quit | For more information on this method, refer to Quit. | |
SatelliteDllPath | For more information on this method, refer to SatelliteDllPath. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
Refer to _DTE for this functionality. Do not instantiate from this class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.