ToolWindowPane::Package Property

 

Gets or sets the package that owns the tool window.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Object^ Package {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

Package.

This should be set only by the base package on creation of the tool window.

Return to top
Show: