다음을 통해 공유


Workspace.QueryShelvedChanges 메서드 (String, String, array<ItemSpec[], Boolean)

보류 된 변경 내용이 지정된 된 쿼리를 가져옵니다.

네임스페이스:  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 _
) As PendingSet()
public PendingSet[] QueryShelvedChanges(
    string shelvesetName,
    string shelvesetOwner,
    ItemSpec[] itemSpecs,
    bool includeDownloadInfo
)

매개 변수

  • shelvesetName
    형식: System.String
    보류 집합 이름입니다.null일 수 있습니다.
  • shelvesetOwner
    형식: System.String
    사용자 이름입니다.null일 수 있습니다.
  • includeDownloadInfo
    형식: System.Boolean
    파일을 다운로드 하는 데 필요한 정보를 포함 하려면 true입니다.포함 하지 않도록 false를 지정 합니다.

반환 값

형식: array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
보류 된 변경 내용에 대 한 보류 중인 변경 내용 집합을 보류 중인 배열입니다.

설명

설정 includeDownloadInfo 파일을 다운로드 하려면 반환 되는 정보를 사용 하는 경우에 true로. 전화 빨리 되 고이 매개 변수가 false 이면 대역폭이 적게 필요 (기본값 지정 하지 않은 오버 로드)

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

Workspace 클래스

QueryShelvedChanges 오버로드

Microsoft.TeamFoundation.VersionControl.Client 네임스페이스