ProjectPackage Members
Include Protected Members
Include Inherited Members
This type is only used internally; you cannot use it directly from your code. The base class for project packages. Handles solution listeners.
The ProjectPackage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectPackage | Initializes a new instance of the ProjectPackage class. |
Top
Methods
Name | Description | |
---|---|---|
AddOptionKey | (Inherited from Package.) | |
CreateInstance | (Inherited from Package.) | |
CreateTool | (Inherited from Package.) | |
CreateToolWindow | (Inherited from Package.) | |
Dispose | Override. Disposes of the project package. (Overrides Package.Dispose(Boolean).) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
FindToolWindow | (Inherited from Package.) | |
GetAutomationObject | (Inherited from Package.) | |
GetDialogPage | (Inherited from Package.) | |
GetGlobalService<T> | ||
GetGlobalService<TServiceObject, TServiceType> | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetOutputPane | (Inherited from Package.) | |
GetProviderLocale | (Inherited from Package.) | |
GetService<TServiceType> | ||
GetService<TServiceObject, TServiceType> | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize | Override. Initializes the project package. (Overrides Package.Initialize().) | |
InitializeSolutionListeners | Override. Initializes the project package. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnLoadOptions | (Inherited from Package.) | |
OnSaveOptions | (Inherited from Package.) | |
ParseToolboxResource | Overloaded. | |
QueryClose | (Inherited from Package.) | |
RegisterEditorFactory | (Inherited from Package.) | |
RegisterProjectFactory | (Inherited from Package.) | |
ShowOptionPage | (Inherited from Package.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
TryGetGlobalService<T> | ||
TryGetGlobalService<S, I> | ||
TryGetService<T> | ||
TryGetService<TServiceObject, TServiceType> |
Top
Properties
Name | Description | |
---|---|---|
ApplicationRegistryRoot | (Inherited from Package.) | |
ServiceProvider | ||
UserDataPath | (Inherited from Package.) | |
UserLocalDataPath | (Inherited from Package.) | |
UserRegistryRoot | (Inherited from Package.) | |
Zombied | (Inherited from Package.) |
Top
Events
Name | Description | |
---|---|---|
ToolboxInitialized | (Inherited from Package.) | |
ToolboxUpgraded | (Inherited from Package.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
AddService | Overloaded. | |
IVsPackage.Close | (Inherited from Package.) | |
IVsToolWindowFactory.CreateToolWindow | (Inherited from Package.) | |
IOleCommandTarget.Exec | (Inherited from Package.) | |
IVsUserSettings.ExportSettings | (Inherited from Package.) | |
IVsPackage.GetAutomationObject | (Inherited from Package.) | |
IVsPackage.GetPropertyPage | (Inherited from Package.) | |
IServiceProvider.GetService | (Inherited from Package.) | |
IVsUserSettings.ImportSettings | (Inherited from Package.) | |
IVsPersistSolutionOpts.LoadUserOptions | (Inherited from Package.) | |
IVsUserSettingsMigration.MigrateSettings | (Inherited from Package.) | |
IVsPackage.QueryClose | (Inherited from Package.) | |
IServiceProvider.QueryService | (Inherited from Package.) | |
IOleCommandTarget.QueryStatus | (Inherited from Package.) | |
IVsPersistSolutionOpts.ReadUserOptions | (Inherited from Package.) | |
RemoveService | Overloaded. | |
IVsPackage.ResetDefaults | (Inherited from Package.) | |
IVsPersistSolutionOpts.SaveUserOptions | (Inherited from Package.) | |
IVsPackage.SetSite | (Inherited from Package.) | |
IVsPersistSolutionOpts.WriteUserOptions | (Inherited from Package.) |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace