Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
TeamFoundation
VersionControl
Client
DiffItem
C# 클래스 Microsoft.TeamFoundation.VersionControl.Client.DiffItem
details of one difference.
파일 보기
프로젝트 열기: Indomitable/monodevelop-tfs-addin
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
StartA
int
StartB
int
deletedA
int
insertedB
int
프로퍼티 상세
StartA
공개적으로 프로퍼티
Start Line number in Data A.
public
int
StartA
리턴
int
StartB
공개적으로 프로퍼티
Start Line number in Data B.
public
int
StartB
리턴
int
deletedA
공개적으로 프로퍼티
Number of changes in Data A.
public
int
deletedA
리턴
int
insertedB
공개적으로 프로퍼티
Number of changes in Data A.
public
int
insertedB
리턴
int