ToolWindowPane.Package Property

Definition

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

Package.

Remarks

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

Applies to