ChangesetUri 建構函式 (String, Int32, UriType)
建構需指定的變更集 URI 物件 Team Foundation Server 物件和變更集。
命名空間: Microsoft.TeamFoundation.VersionControl.Common
組件: Microsoft.TeamFoundation.VersionControl.Common.Integration (在 Microsoft.TeamFoundation.VersionControl.Common.Integration.dll 中)
語法
'宣告
Public Sub New ( _
teamFoundationServerUrl As String, _
changeset As Integer, _
type As UriType _
)
public ChangesetUri(
string teamFoundationServerUrl,
int changeset,
UriType type
)
參數
- teamFoundationServerUrl
型別:System.String
Team Foundation 的伺服器的 URL
- changeset
型別:System.Int32
成品應建構的變更集
- type
型別:Microsoft.TeamFoundation.VersionControl.Common.UriType
表示變數是否應該包含從簽入的相關資訊 (..也就是,它會將工作項目關聯、簽入提示、等等.)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。