RepositoryExtensions.SetPendingChangeProperty Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
声明
<WebMethodAttribute> _
Public Function SetPendingChangeProperty ( _
workspaceName As String, _
workspaceOwner As String, _
pendingChangePropertyValues As ArtifactPropertyValue() _
) As StreamingCollection(Of Failure)
[WebMethodAttribute]
public StreamingCollection<Failure> SetPendingChangeProperty(
string workspaceName,
string workspaceOwner,
ArtifactPropertyValue[] pendingChangePropertyValues
)
[WebMethodAttribute]
public:
StreamingCollection<Failure^>^ SetPendingChangeProperty(
String^ workspaceName,
String^ workspaceOwner,
array<ArtifactPropertyValue^>^ pendingChangePropertyValues
)
[<WebMethodAttribute>]
member SetPendingChangeProperty :
workspaceName:string *
workspaceOwner:string *
pendingChangePropertyValues:ArtifactPropertyValue[] -> StreamingCollection<Failure>
public function SetPendingChangeProperty(
workspaceName : String,
workspaceOwner : String,
pendingChangePropertyValues : ArtifactPropertyValue[]
) : StreamingCollection<Failure>
Parameters
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- pendingChangePropertyValues
Type: array<Microsoft.TeamFoundation.Framework.Server.ArtifactPropertyValue[]
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>
.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.