RepositoryExtensions.Unshelve Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function Unshelve ( _
shelvesetName As String, _
shelvesetOwner As String, _
workspaceName As String, _
workspaceOwner As String, _
items As ItemSpec(), _
<OutAttribute> ByRef failures As List(Of Failure), _
<OutAttribute> ByRef getOperations As StreamingCollection(Of GetOperation), _
propertyNameFilters As String() _
) As Shelveset
[WebMethodAttribute]
public Shelveset Unshelve(
string shelvesetName,
string shelvesetOwner,
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
out List<Failure> failures,
out StreamingCollection<GetOperation> getOperations,
string[] propertyNameFilters
)
[WebMethodAttribute]
public:
Shelveset^ Unshelve(
String^ shelvesetName,
String^ shelvesetOwner,
String^ workspaceName,
String^ workspaceOwner,
array<ItemSpec^>^ items,
[OutAttribute] List<Failure^>^% failures,
[OutAttribute] StreamingCollection<GetOperation^>^% getOperations,
array<String^>^ propertyNameFilters
)
[<WebMethodAttribute>]
member Unshelve :
shelvesetName:string *
shelvesetOwner:string *
workspaceName:string *
workspaceOwner:string *
items:ItemSpec[] *
failures:List<Failure> byref *
getOperations:StreamingCollection<GetOperation> byref *
propertyNameFilters:string[] -> Shelveset
public function Unshelve(
shelvesetName : String,
shelvesetOwner : String,
workspaceName : String,
workspaceOwner : String,
items : ItemSpec[],
failures : List<Failure>,
getOperations : StreamingCollection<GetOperation>,
propertyNameFilters : String[]
) : Shelveset
Parameters
- shelvesetName
Type: System.String
- shelvesetOwner
Type: System.String
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- items
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- failures
Type: System.Collections.Generic.List<Failure>%
- getOperations
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>%
- propertyNameFilters
Type: array<System.String[]
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Server.Shelveset
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.