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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。