ProjectPackage Class
This class and its members are reserved for internal use and are not intended to be used in your code. Defines abstract package.
This API is not CLS-compliant.
Inheritance Hierarchy
System..::..Object
Package
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..ProjectPackage
Microsoft.VisualStudio.Data.Tools.Package.UI..::..DataPackage
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public MustInherit Class ProjectPackage _
Inherits Package
'Usage
Dim instance As ProjectPackage
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public abstract class ProjectPackage : Package
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class ProjectPackage abstract : public Package
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type ProjectPackage =
class
inherit Package
end
public abstract class ProjectPackage extends Package
The ProjectPackage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectPackage | Initializes a new instance of the ProjectPackage class. |
Top
Properties
Name | Description | |
---|---|---|
ApplicationRegistryRoot | (Inherited from Package.) | |
ServiceProvider | Return package as a IServiceProvider. | |
UserDataPath | (Inherited from Package.) | |
UserLocalDataPath | (Inherited from Package.) | |
UserRegistryRoot | (Inherited from Package.) | |
Zombied | (Inherited from Package.) |
Top
Methods
Name | Description | |
---|---|---|
AddOptionKey | (Inherited from Package.) | |
CreateInstance | (Inherited from Package.) | |
CreateTool | (Inherited from Package.) | |
CreateToolWindow | (Inherited from Package.) | |
Dispose | (Overrides PackageDispose(Boolean).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindToolWindow | (Inherited from Package.) | |
FindWindowPane | (Inherited from Package.) | |
GetAutomationObject | (Inherited from Package.) | |
GetDialogPage | (Inherited from Package.) | |
GetGlobalService< (Of < <' (T> ) > > )(Type) | Get service from global service provider. | |
GetGlobalService< (Of < <' (TServiceObject, TServiceType> ) > > )() () () () | Get service from global service provider. | |
GetHashCode | (Inherited from Object.) | |
GetOutputPane | (Inherited from Package.) | |
GetProviderLocale | (Inherited from Package.) | |
GetService< (Of < <' (TServiceType> ) > > )(Type) | Get service object. | |
GetService< (Of < <' (TServiceObject, TServiceType> ) > > )() () () () | Get service object. | |
GetToolboxItemData | (Inherited from Package.) | |
GetType | (Inherited from Object.) | |
Initialize | (Overrides PackageInitialize()()()().) | |
InitializeSolutionListeners | ||
MemberwiseClone | (Inherited from Object.) | |
OnLoadOptions | (Inherited from Package.) | |
OnSaveOptions | (Inherited from Package.) | |
ParseToolboxResource(TextReader, ResourceManager) | (Inherited from Package.) | |
ParseToolboxResource(TextReader, Guid) | (Inherited from Package.) | |
QueryClose | (Inherited from Package.) | |
RegisterEditorFactory | (Inherited from Package.) | |
RegisterProjectFactory | (Inherited from Package.) | |
ShowOptionPage | (Inherited from Package.) | |
ToString | (Inherited from Object.) | |
TryGetGlobalService< (Of < <' (T> ) > > )(Type) | Get service from global service provider. | |
TryGetGlobalService< (Of < <' (S, I> ) > > )() () () () | Get service from global service provider. | |
TryGetService< (Of < <' (T> ) > > )(Type) | Get service object. | |
TryGetService< (Of < <' (TServiceObject, TServiceType> ) > > )() () () () | Get service object. |
Top
Events
Name | Description | |
---|---|---|
ToolboxInitialized | (Inherited from Package.) | |
ToolboxUpgraded | (Inherited from Package.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System#ComponentModel#Design#IServiceContainer#AddService(Type, Object) | (Inherited from Package.) | |
System#ComponentModel#Design#IServiceContainer#AddService(Type, ServiceCreatorCallback) | (Inherited from Package.) | |
System#ComponentModel#Design#IServiceContainer#AddService(Type, Object, Boolean) | (Inherited from Package.) | |
System#ComponentModel#Design#IServiceContainer#AddService(Type, ServiceCreatorCallback, Boolean) | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsPackage#Close | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsToolWindowFactory#CreateToolWindow | (Inherited from Package.) | |
Microsoft#VisualStudio#OLE#Interop#IOleCommandTarget#Exec | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsUserSettings#ExportSettings | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsPackage#GetAutomationObject | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsToolboxItemProvider#GetItemContent | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsPackage#GetPropertyPage | (Inherited from Package.) | |
System#IServiceProvider#GetService | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsUserSettings#ImportSettings | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsPersistSolutionOpts#LoadUserOptions | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsUserSettingsMigration#MigrateSettings | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsPackage#QueryClose | (Inherited from Package.) | |
Microsoft#VisualStudio#OLE#Interop#IServiceProvider#QueryService | (Inherited from Package.) | |
Microsoft#VisualStudio#OLE#Interop#IOleCommandTarget#QueryStatus | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsPersistSolutionOpts#ReadUserOptions | (Inherited from Package.) | |
System#ComponentModel#Design#IServiceContainer#RemoveService(Type) | (Inherited from Package.) | |
System#ComponentModel#Design#IServiceContainer#RemoveService(Type, Boolean) | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsPackage#ResetDefaults | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsPersistSolutionOpts#SaveUserOptions | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsPackage#SetSite | (Inherited from Package.) | |
Microsoft#VisualStudio#Shell#Interop#IVsPersistSolutionOpts#WriteUserOptions | (Inherited from Package.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace