Share via


ShelvesetUri 建構函式 (TeamFoundationServer, String, String)

注意:這個應用程式開發介面現在已經過時。

建構指定擱置集 URI 物件 Team Foundation Server 物件和擱置集名稱、擁有人。

命名空間:  Microsoft.TeamFoundation.VersionControl.Common
組件:  Microsoft.TeamFoundation.VersionControl.Common.Integration (在 Microsoft.TeamFoundation.VersionControl.Common.Integration.dll 中)

語法

'宣告
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")> _
Public Sub New ( _
    teamFoundationServer As TeamFoundationServer, _
    shelvesetName As String, _
    shelvesetOwner As String _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public ShelvesetUri(
    TeamFoundationServer teamFoundationServer,
    string shelvesetName,
    string shelvesetOwner
)

參數

  • shelvesetName
    類型:System.String
    成品應建構擱置集的名稱。

.NET Framework 安全性

請參閱

參考

ShelvesetUri 類別

ShelvesetUri 多載

Microsoft.TeamFoundation.VersionControl.Common 命名空間