DTEClass Class

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
<ClassInterfaceAttribute()> _
<GuidAttribute("3C9CFE1E-389F-4118-9FAD-365385190329")> _
Public Class DTEClass _
    Implements _DTE, DTE
'Usage
Dim instance As DTEClass
[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
public class DTEClass implements _DTE, DTE

Remarks

Refer to _DTE for this functionality. Do not instantiate from this class.

Inheritance Hierarchy

System.Object
  EnvDTE.DTEClass

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.

See Also

Reference

DTEClass Members

EnvDTE Namespace