Share via


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

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

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

語法

'宣告
Public Sub New ( _
    teamFoundationServerUrl As String, _
    shelvesetName As String, _
    shelvesetOwner As String _
)
public ShelvesetUri(
    string teamFoundationServerUrl,
    string shelvesetName,
    string shelvesetOwner
)

參數

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

.NET Framework 安全性

請參閱

參考

ShelvesetUri 類別

ShelvesetUri 多載

Microsoft.TeamFoundation.VersionControl.Common 命名空間