VersionControlServer.GetVersionedItemProperty 메서드 (ItemSpec, VersionSpec, DeletedState, ItemType, String)
참고: 이 API는 이제 사용되지 않습니다.
지정된 된 항목에 대 한 속성 값을 가져옵니다.
네임스페이스: Microsoft.TeamFoundation.VersionControl.Client
어셈블리: Microsoft.TeamFoundation.VersionControl.Client(Microsoft.TeamFoundation.VersionControl.Client.dll)
구문
‘선언
<ObsoleteAttribute("Please use GetItems to retrieve versioned item attributes.", _
False)> _
Public Function GetVersionedItemProperty ( _
itemSpec As ItemSpec, _
versionSpec As VersionSpec, _
deletedState As DeletedState, _
itemType As ItemType, _
propertyNameFilter As String _
) As ArtifactPropertyValue()
[ObsoleteAttribute("Please use GetItems to retrieve versioned item attributes.",
false)]
public ArtifactPropertyValue[] GetVersionedItemProperty(
ItemSpec itemSpec,
VersionSpec versionSpec,
DeletedState deletedState,
ItemType itemType,
string propertyNameFilter
)
매개 변수
- itemSpec
형식: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec
ItemSpec 의 속성 값이 필요 합니다.
- versionSpec
형식: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
해당 항목의 VersionSpec입니다.
- deletedState
형식: Microsoft.TeamFoundation.VersionControl.Client.DeletedState
삭제 되지 않은 항목 및/또는 삭제 된 항목을 반환할 것인지를 설명 하는 플래그입니다.
- itemType
형식: Microsoft.TeamFoundation.VersionControl.Client.ItemType
파일이 나 폴더를 반환할지 여부를 설명 하는 플래그입니다.
- propertyNameFilter
형식: System.String
쿼리 속성 이름입니다.
반환 값
형식: array<Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue[]
배열을 ArtifactPropertyValue 요청 된 속성을 설정 하는 필터와 일치 하는 개체입니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.