IProfileService.SetAttribute 메서드 (TeamFoundationRequestContext, Guid, AttributeDescriptor, String)
프로필에 특성을 설정합니다.
네임스페이스: Microsoft.VisualStudio.Services.Profile
어셈블리: Microsoft.TeamFoundation.Framework.Server(Microsoft.TeamFoundation.Framework.Server.dll)
구문
‘선언
Function SetAttribute ( _
requestContext As TeamFoundationRequestContext, _
id As Guid, _
descriptor As AttributeDescriptor, _
value As String _
) As Integer
int SetAttribute(
TeamFoundationRequestContext requestContext,
Guid id,
AttributeDescriptor descriptor,
string value
)
매개 변수
- requestContext
형식: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- id
형식: System.Guid
프로 파일에 연결 된 Id의 Guid입니다.Id와 프로필 간에 일대일 매핑이 존재 한다.
- descriptor
형식: Microsoft.VisualStudio.Services.Profile.AttributeDescriptor
속성 설명자입니다.
- value
형식: System.String
특성 값
반환 값
형식: System.Int32
업데이트 된 특성의 변경 내용
설명
특성이 있으면 특성 업데이트 된 것 새로운 특성을 특성 집합에 추가 됩니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.