EditorFactory.GetPackage Method

Gets the Package object.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'Declaration
Protected Function GetPackage As Package
'Usage
Dim returnValue As Package 

returnValue = Me.GetPackage()
protected Package GetPackage()
protected:
Package^ GetPackage()
protected function GetPackage() : Package

Return Value

Type: Microsoft.VisualStudio.Shell.Package
A Package object.

.NET Framework Security

See Also

Reference

EditorFactory Class

EditorFactory Members

Microsoft.VisualStudio.Package Namespace