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

Get the add-in 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 AddIn AddInInstance { get; private set; }
Visual Basic
Protected Property AddInInstance As AddIn
	Get
	Private Set
Visual C++
protected:
property AddIn^ AddInInstance {
	AddIn^ get ();
	private: void set (AddIn^ value);
}

Property Value

Type: AddIn

See Also