BranchRelative 클래스
행을에서 QueryBranches 개체를 나타냅니다.
상속 계층 구조
System.Object
Microsoft.TeamFoundation.VersionControl.Client.BranchRelative
네임스페이스: Microsoft.TeamFoundation.VersionControl.Client
어셈블리: Microsoft.TeamFoundation.VersionControl.Client(Microsoft.TeamFoundation.VersionControl.Client.dll)
구문
‘선언
Public NotInheritable Class BranchRelative _
Implements IBranchRelative
public sealed class BranchRelative : IBranchRelative
BranchRelative 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
BranchFromItem | BranchedFrom 항목을 가져옵니다. |
![]() |
BranchToChangeType | 이 분기를 만드는 방법을 나타내는 ChangeType 개체를 가져옵니다. |
![]() |
BranchToItem | BranchedTo 항목을 가져옵니다. |
![]() |
IsRequestedItem | 이 항목을 요청 되었는지 여부를 설명 하는 플래그를 가져옵니다. |
![]() |
RelativeFromItemId | BranchedFrom 항목의 상대 ID를 가져옵니다. |
![]() |
RelativeToItemId | BranchedTo 항목의 상대 ID를 가져옵니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | 지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (Object에서 상속됨) |
![]() ![]() |
FromXml | |
![]() |
GetHashCode | 특정 형식에 대한 해시 함수 역할을 합니다. (Object에서 상속됨) |
![]() |
GetType | 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨) |
![]() |
ToString | BranchRelative 개체의 속성을 설명 하는 사용자가 읽을 수 있는 문자열을 만듭니다. (Object.ToString()을(를) 재정의함) |
![]() |
ToXml(XmlWriter, String) | |
![]() ![]() |
ToXml(XmlWriter, String, BranchRelative) |
위쪽
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
![]() ![]() |
IBranchRelative.BranchFromItem | |
![]() ![]() |
IBranchRelative.BranchToItem | |
![]() ![]() |
IBranchRelative.IsRequestedItem | |
![]() ![]() |
IBranchRelative.RelativeFromItemId | |
![]() ![]() |
IBranchRelative.RelativeToItemId |
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.