C# Class GitHub.VisualStudio.GitHubPackage

Inheritance: GitHub.VisualStudio.Base.PackageBase
Afficher le fichier Open project: github/VisualStudio

Méthodes publiques

Méthode Description
GitHubPackage ( IServiceProvider serviceProvider ) : System

Méthodes protégées

Méthode Description
InitializeAsync ( CancellationToken cancellationToken, IProgress progress ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
EnsurePackageLoaded ( System.Guid packageGuid ) : System.Threading.Tasks.Task
GitHubPackage ( ) : System
InitializeMenus ( ) : System.Threading.Tasks.Task

Method Details

GitHubPackage() public méthode

public GitHubPackage ( IServiceProvider serviceProvider ) : System
serviceProvider IServiceProvider
Résultat System

InitializeAsync() protected méthode

protected InitializeAsync ( CancellationToken cancellationToken, IProgress progress ) : System.Threading.Tasks.Task
cancellationToken CancellationToken
progress IProgress
Résultat System.Threading.Tasks.Task