RepositoryExtensions.SetPendingChangeProperty 方法
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<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
)
參數
- workspaceName
類型:System.String
- workspaceOwner
類型:System.String
- pendingChangePropertyValues
類型:array<Microsoft.TeamFoundation.Framework.Server.ArtifactPropertyValue[]
傳回值
類型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>
傳回 StreamingCollection<T>。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。