TeamFoundationVersionControlService.LabelItem メソッド (TeamFoundationRequestContext, String, String, VersionControlLabel, array<LabelItemSpec[], LabelChildOption)
名前空間: Microsoft.TeamFoundation.VersionControl.Server
アセンブリ: Microsoft.TeamFoundation.VersionControl.Server (Microsoft.TeamFoundation.VersionControl.Server.dll 内)
構文
'宣言
Public Function LabelItem ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
label As VersionControlLabel, _
labelSpecs As LabelItemSpec(), _
children As LabelChildOption _
) As TeamFoundationDataReader
public TeamFoundationDataReader LabelItem(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
VersionControlLabel label,
LabelItemSpec[] labelSpecs,
LabelChildOption children
)
パラメーター
- requestContext
型 : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求コンテキスト。
- workspaceName
型 : System.String
itemSpecs がローカルのワークスペースの名前。
- workspaceOwner
型 : System.String
itemSpecs がローカルのワークスペースの所有者。
- label
型 : Microsoft.TeamFoundation.VersionControl.Server.VersionControlLabel
オブジェクト。ラベルのメタデータを含む。名前、コメント、およびカテゴリだけが使用されます。
- labelSpecs
型 : array<Microsoft.TeamFoundation.VersionControl.Server.LabelItemSpec[]
ラベルに追加する項目。
- children
型 : Microsoft.TeamFoundation.VersionControl.Server.LabelChildOption
子のラベルの処理方法を決定します。
戻り値
型 : Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
次の順序で結果を含む TeamFoundationDataReader: ラベルと関連付けられたアクションの LabelResult の [] - リスト。itemSpecs を配置するときに発生するエラーの失敗の [] - リスト。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。