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

Get the native VS Window object.

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

Syntax

C#
public Window Window { get; }
Visual Basic
Public ReadOnly Property Window As Window
	Get
Visual C++
public:
property Window^ Window {
	Window^ get ();
}

Property Value

Type: Window

See Also