See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the _DTE object this tool window is a part of.

Namespace: NTier.VSAddIn
Assembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0

Syntax

C#
protected DTE2 DTE { get; private set; }
Visual Basic
Protected Property DTE As DTE2
	Get
	Private Set
Visual C++
protected:
property DTE2^ DTE {
	DTE2^ get ();
	private: void set (DTE2^ value);
}

Property Value

Type: DTE2

See Also