EditorFactory.GetPackage Method
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.
Gets the Package object.
protected:
Microsoft::VisualStudio::Shell::Package ^ GetPackage();
protected Microsoft.VisualStudio.Shell.Package GetPackage ();
member this.GetPackage : unit -> Microsoft.VisualStudio.Shell.Package
Protected Function GetPackage () As Package
Returns
A Package object.