VersionControlLabel 建構函式
建立要傳送到伺服器的原始檔控制項標籤的表示。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Sub New ( _
sourceControl As VersionControlServer, _
name As String, _
ownerName As String, _
scope As String, _
comment As String _
)
public VersionControlLabel(
VersionControlServer sourceControl,
string name,
string ownerName,
string scope,
string comment
)
參數
- sourceControl
型別:Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
包含這個標籤的儲存機制。
- name
型別:System.String
標籤名稱。
- ownerName
型別:System.String
標籤擁有人。可能是 Null。
- scope
型別:System.String
定義標籤的範圍資料夾路徑。可能是 Null。
- comment
型別:System.String
標籤註解。可能是 Null。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。