C# Class Urasandesu.Prig.VSPackage.PrigPackage

Inheritance: Urasandesu.Prig.VSPackage.Infrastructure.PackageView
Afficher le fichier Open project: urasandesu/Prig

Private Properties

Свойство Type Description
NewAddPrigAssemblyCommand System.ComponentModel.Design.MenuCommand
NewAddPrigAssemblyForMSCorLibCommand System.ComponentModel.Design.MenuCommand
NewDisableTestAdapterCommand Microsoft.VisualStudio.Shell.OleMenuCommand
NewEditPrigIndirectionSettingsCommand Microsoft.VisualStudio.Shell.OleMenuCommand
NewEnableTestAdapterCommand Microsoft.VisualStudio.Shell.OleMenuCommand
NewRegisterPrigCommand System.ComponentModel.Design.MenuCommand
NewRemovePrigAssemblyCommand Microsoft.VisualStudio.Shell.OleMenuCommand
NewUnregisterPrigCommand System.ComponentModel.Design.MenuCommand
RegisterDTE void
RegisterMenuCommandService void
RegisterNuGetComponent void
RegisterPrigComponent void

Méthodes publiques

Méthode Description
PrigPackage ( ) : System

Méthodes protégées

Méthode Description
Initialize ( ) : void
NewLog ( IUnityContainer container ) : Urasandesu.Prig.VSPackage.Infrastructure.PackageLog
RegisterPackageController ( IUnityContainer container ) : void

Private Methods

Méthode Description
NewAddPrigAssemblyCommand ( PrigViewModel vm ) : MenuCommand
NewAddPrigAssemblyForMSCorLibCommand ( PrigViewModel vm ) : MenuCommand
NewDisableTestAdapterCommand ( PrigViewModel vm ) : Microsoft.VisualStudio.Shell.OleMenuCommand
NewEditPrigIndirectionSettingsCommand ( PrigViewModel vm ) : Microsoft.VisualStudio.Shell.OleMenuCommand
NewEnableTestAdapterCommand ( PrigViewModel vm ) : Microsoft.VisualStudio.Shell.OleMenuCommand
NewRegisterPrigCommand ( PrigViewModel vm ) : MenuCommand
NewRemovePrigAssemblyCommand ( PrigViewModel vm ) : Microsoft.VisualStudio.Shell.OleMenuCommand
NewUnregisterPrigCommand ( PrigViewModel vm ) : MenuCommand
RegisterDTE ( IUnityContainer container ) : void
RegisterMenuCommandService ( IUnityContainer container ) : void
RegisterNuGetComponent ( IUnityContainer container ) : void
RegisterPrigComponent ( IUnityContainer container ) : void

Method Details

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

NewLog() protected méthode

protected NewLog ( IUnityContainer container ) : Urasandesu.Prig.VSPackage.Infrastructure.PackageLog
container IUnityContainer
Résultat Urasandesu.Prig.VSPackage.Infrastructure.PackageLog

PrigPackage() public méthode

public PrigPackage ( ) : System
Résultat System

RegisterPackageController() protected méthode

protected RegisterPackageController ( IUnityContainer container ) : void
container IUnityContainer
Résultat void