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
)

參數

  • ownerName
    類型:System.String
    標籤擁有者。可能是 Null。
  • scope
    類型:System.String
    定義標記範圍的資料夾路徑。可能是 Null。
  • comment
    類型:System.String
    標籤註解。可能是 Null。

.NET Framework 安全性

請參閱

參考

VersionControlLabel 類別

Microsoft.TeamFoundation.VersionControl.Client 命名空間