C# Класс GitHub.Settings.UIState

Stores persistent UI state in IPackageSettings.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetOrCreateConnectSection() публичный Метод

Gets or creates the UI state for a named IGitHubConnectSection.
public GetOrCreateConnectSection ( string sectionName ) : GitHubConnectSectionState
sectionName string The name of the section.
Результат GitHubConnectSectionState

GetOrCreateRepositoryState() публичный Метод

Gets or creates the UI state for a repository.
public GetOrCreateRepositoryState ( string repositoryUrl ) : RepositoryUIState
repositoryUrl string The URL of the repository.
Результат RepositoryUIState