TextBuffer.DTE Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property EnvDTE::DTE ^ DTE { EnvDTE::DTE ^ get(); };
public:
property EnvDTE::DTE ^ DTE { EnvDTE::DTE ^ get(); };
[System.Runtime.InteropServices.DispId(1610743809)]
public EnvDTE.DTE DTE { [System.Runtime.InteropServices.DispId(1610743809)] get; }
public EnvDTE.DTE DTE { get; }
[<System.Runtime.InteropServices.DispId(1610743809)>]
[<get: System.Runtime.InteropServices.DispId(1610743809)>]
member this.DTE : EnvDTE.DTE
member this.DTE : EnvDTE.DTE
Public ReadOnly Property DTE As DTE
Property Value
The DTE object.
- Attributes