Share via


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 である可能性がある)
  • includeDownloadInfo
    型 : System.Boolean
    true の場合、サーバーはファイルをダウンロードするために必要な情報が含まれています。返されるオブジェクトを使用してファイルをダウンロードしている場合にのみ true にこれを設定します。この呼び出しは、パラメーターが false の場合、実行速度と、帯域幅が必要です (それを指定しないオーバーロードの既定値)
  • itemPropertyFilters
    型 : array<System.String[]
    PendingChanges に対して取得するプロパティ名のリスト。

戻り値

型 : array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
シェルブ変更の保留中の変更がある保留中のセットの配列

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

Workspace クラス

QueryShelvedChanges オーバーロード

Microsoft.TeamFoundation.VersionControl.Client 名前空間