LabelUri 建構函式 (String, Int32)
建構標籤 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, _
labelId As Integer _
)
public LabelUri(
string teamFoundationServerUrl,
int labelId
)
參數
- teamFoundationServerUrl
型別:System.String
Team Foundation 的伺服器的 URL
- labelId
型別:System.Int32
標籤識別項相關聯的成品
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。