HostAdapter.DTE Property

Gets a reference to the DTE of the host adapter.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public ReadOnly Property DTE As DTE
'Usage
Dim instance As HostAdapter 
Dim value As DTE 

value = instance.DTE
[CLSCompliantAttribute(false)]
public DTE DTE { get; }
[CLSCompliantAttribute(false)]
public:
property DTE^ DTE {
    DTE^ get ();
}
public function get DTE () : DTE

Property Value

Type: EnvDTE.DTE
The DTE of the host adapter.

Remarks

Host adapters require full trust.

.NET Framework Security

See Also

Reference

HostAdapter Class

HostAdapter Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace