名前空間: 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
- shelvesetOwner
型 : System.String
- itemSpecs
型 : array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
- includeDownloadInfo
型 : System.Boolean
- itemPropertyFilters
型 : array<System.String[]
戻り値
型 : array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
PendingSet を返します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。