Share via


Workspace.Update メソッド (String, String, String, String, array<WorkingFolder[], WorkspacePermissionProfile, Boolean)

名前空間:  Microsoft.TeamFoundation.VersionControl.Client
アセンブリ:  Microsoft.TeamFoundation.VersionControl.Client (Microsoft.TeamFoundation.VersionControl.Client.dll 内)

構文

'宣言
Public Sub Update ( _
    newName As String, _
    newOwner As String, _
    newComment As String, _
    newComputer As String, _
    newMappings As WorkingFolder(), _
    newPermissionProfile As WorkspacePermissionProfile, _
    removeUnparentedCloaks As Boolean _
)
public void Update(
    string newName,
    string newOwner,
    string newComment,
    string newComputer,
    WorkingFolder[] newMappings,
    WorkspacePermissionProfile newPermissionProfile,
    bool removeUnparentedCloaks
)

パラメーター

  • newComputer
    型 : System.String
    新しいコンピューター名。
  • removeUnparentedCloaks
    型 : System.Boolean
    は無視できるマッピングのエラーを取り除くように調整します。false エラーのマッピングを削除します。

解説

名前、コメント、および作業フォルダーを変更できます。 リポジトリは changedWorkspace で参照されます。(リポジトリを越えてワークスペースを実行できません。)

.NET Framework セキュリティ

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

参照

関連項目

Workspace クラス

Update オーバーロード

Microsoft.TeamFoundation.VersionControl.Client 名前空間