次の方法で共有


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
)

パラメーター

  • workspaceName
    型 : System.String
    itemSpecs がローカルのワークスペースの名前。
  • workspaceOwner
    型 : System.String
    itemSpecs がローカルのワークスペースの所有者。

戻り値

型 : Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
次の順序で結果を含む TeamFoundationDataReader: ラベルと関連付けられたアクションの LabelResult の [] - リスト。itemSpecs を配置するときに発生するエラーの失敗の [] - リスト。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

TeamFoundationVersionControlService クラス

LabelItem オーバーロード

Microsoft.TeamFoundation.VersionControl.Server 名前空間