ToolWindowPane.Package Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get or Set the Package (Microsoft.VisualStudio.Shell.Package) owning the ToolWindow. This should only be set by the base Package class when it creates the toolwindow.
public:
property System::Object ^ Package { System::Object ^ get(); void set(System::Object ^ value); };
public:
property Platform::Object ^ Package { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object Package { get; set; }
member this.Package : obj with get, set
Public Property Package As Object
Property Value
Remarks
This should be set only by the base package on creation of the tool window.