Workspace.QueryShelvedChanges 메서드 (String, String, array<ItemSpec[], Boolean, array<String[])
보류 된 변경 내용이 지정된 된 쿼리를 가져옵니다.
네임스페이스: Microsoft.TeamFoundation.VersionControl.Client
어셈블리: Microsoft.TeamFoundation.VersionControl.Client(Microsoft.TeamFoundation.VersionControl.Client.dll)
구문
‘선언
Public Function QueryShelvedChanges ( _
shelvesetName As String, _
shelvesetOwner As String, _
itemSpecs As ItemSpec(), _
includeDownloadInfo As Boolean, _
itemPropertyFilters As String() _
) As PendingSet()
public PendingSet[] QueryShelvedChanges(
string shelvesetName,
string shelvesetOwner,
ItemSpec[] itemSpecs,
bool includeDownloadInfo,
string[] itemPropertyFilters
)
매개 변수
- shelvesetName
형식: System.String
보류 집합 이름 (null이 될 수 있습니다)
- shelvesetOwner
형식: System.String
사용자 이름 (null이 될 수 있습니다), 보류 집합 이름을 null이 아닌 경우 보류 집합 소유자를
- itemSpecs
형식: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
항목
- includeDownloadInfo
형식: System.Boolean
True 인 경우 서버 파일을 다운로드 하는 데 필요한 정보가 포함 됩니다.이 true 반환 되는 개체를 사용 하 여 파일 다운로드 수는 경우에 설정.전화 빨리 되 고이 매개 변수가 false 이면 대역폭이 적게 필요 (기본값 지정 하지 않은 오버 로드)
- itemPropertyFilters
형식: array<System.String[]
PendingChanges를 검색 하는 속성 이름의 목록입니다.
반환 값
형식: array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
보류 된 변경 내용에 대 한 보류 중인 변경 내용 집합을 보류의 배열
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.