C# Class GitHub.Settings.UIState

Stores persistent UI state in IPackageSettings.
Afficher le fichier Open project: github/VisualStudio Class Usage Examples

Méthodes publiques

Méthode Description
GetOrCreateConnectSection ( string sectionName ) : GitHubConnectSectionState

Gets or creates the UI state for a named IGitHubConnectSection.

GetOrCreateRepositoryState ( string repositoryUrl ) : RepositoryUIState

Gets or creates the UI state for a repository.

Method Details

GetOrCreateConnectSection() public méthode

Gets or creates the UI state for a named IGitHubConnectSection.
public GetOrCreateConnectSection ( string sectionName ) : GitHubConnectSectionState
sectionName string The name of the section.
Résultat GitHubConnectSectionState

GetOrCreateRepositoryState() public méthode

Gets or creates the UI state for a repository.
public GetOrCreateRepositoryState ( string repositoryUrl ) : RepositoryUIState
repositoryUrl string The URL of the repository.
Résultat RepositoryUIState