IVsTeamExplorer 인터페이스
참고: 이 API는 이제 사용되지 않습니다.
팀 탐색기 액세스할 수 있도록 메서드 및 속성 작용 하는 데 필요한 인터페이스입니다.
이 API는 CLS 규격이 아닙니다.
네임스페이스: Microsoft.TeamFoundation.Common
어셈블리: Microsoft.VisualStudio.TeamFoundation.Client(Microsoft.VisualStudio.TeamFoundation.Client.dll)
구문
‘선언
<CLSCompliantAttribute(False)> _
<ObsoleteAttribute("The IVsTeamExplorer interface is deprecated, use ITeamFoundationContextManager.")> _
<GuidAttribute("95BF1796-B83B-462f-ACCD-5656A09797BF")> _
Public Interface IVsTeamExplorer
[CLSCompliantAttribute(false)]
[ObsoleteAttribute("The IVsTeamExplorer interface is deprecated, use ITeamFoundationContextManager.")]
[GuidAttribute("95BF1796-B83B-462f-ACCD-5656A09797BF")]
public interface IVsTeamExplorer
IVsTeamExplorer 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
ConnectionState | 팀 탐색기 현재 연결 상태를 가져옵니다. | |
OnUIThread | 사용자 인터페이스 스레드에서이 개체 인지를 나타내는 플래그를 가져옵니다. | |
PortfolioExplorerPersistenceSlot | 가져옵니다의 Guid 포트폴리오 탐색기 지 슬롯입니다. | |
TeamExplorerUIHierarchy | 가져옵니다의 IVsUIHierarchy 팀 탐색기 사용자 인터페이스 계층 구조를 나타내는 개체입니다. | |
TeamExplorerWindow | 가져옵니다의 IVsUIHierarchyWindow 팀 탐색기 창을 나타내는 개체입니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
AddToFavorites | 지정한 계층의 즐겨찾기 목록에 추가합니다. | |
GetProjectContext() | 현재 프로젝트 컨텍스트를 가져옵니다. | |
GetProjectContext(IVsUIHierarchy, UInt32) | 현재 프로젝트 컨텍스트에 지정 된 계층 구조를 가져옵니다. | |
InvokeInUIThread | 사용자 인터페이스 스레드에서 지정 된 대리자 메서드를 호출합니다. | |
QuerySetCurrentServerAndProject | 지정 된 서버와 프로젝트는 현재 사용 중인 서버 및 프로젝트 것인지 확인 합니다. | |
RefreshCompleted | 새로 고침 작업을 완료합니다. | |
RefreshStarted | 새로 고침 작업이 시작 됩니다. | |
RefreshTeamExplorerView | 팀 탐색기 창을 새로 고칩니다. | |
SetCurrentServerAndProject | 지정 된 서버와 프로젝트는 현재 사용 중인 서버 및 프로젝트로 설정합니다. | |
StopRefreshingTeamExplorerView | 팀 탐색기 창 새로 고침을 중지 합니다. |
위쪽