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 名前空間