C# 클래스 GitHub.Settings.UIState

Stores persistent UI state in IPackageSettings.
파일 보기 프로젝트 열기: github/VisualStudio 1 사용 예제들

공개 메소드들

메소드 설명
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