IProfileService.Update 메서드
매개 변수에 지정 된 프로필의 내용 사용 하 여 변경 내용을 비교 하 여 프로 파일의 내용을 업데이트 하는 부분적으로 profile.
네임스페이스: Microsoft.VisualStudio.Services.Profile
어셈블리: Microsoft.TeamFoundation.Framework.Server(Microsoft.TeamFoundation.Framework.Server.dll)
구문
‘선언
Function Update ( _
requestContext As TeamFoundationRequestContext, _
id As Guid, _
profile As Profile _
) As Integer
int Update(
TeamFoundationRequestContext requestContext,
Guid id,
Profile profile
)
매개 변수
- requestContext
형식: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- id
형식: System.Guid
프로 파일에 연결 된 Id의 Guid입니다.Id와 프로필 간에 일대일 매핑이 존재 한다.
- profile
형식: Microsoft.VisualStudio.Services.Profile.Profile
프로 파일에 적용할 변경 내용이 포함 된 컨테이너 개체
반환 값
형식: System.Int32
업데이트 된 프로필을 수정
예외
예외 | 조건 |
---|---|
NewerVersionOfProfileExists | 하는 경우 매개 변수에서 수정 profile 현재 수정 버전을 일치 하지 않습니다 |
설명
속성이 설정 된 경우 프로필 속성 업데이트 되지 않습니다 매개 변수에 null profile. 특성의 특성 목록에 없는 경우 프로필 특성이 업데이트 되지 않습니다 profile.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.