Workspace.Update メソッド (String, String, String, array<WorkingFolder , 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, _
newMappings As WorkingFolder(), _
removeUnparentedCloaks As Boolean _
)
public void Update(
string newName,
string newOwner,
string newComment,
WorkingFolder[] newMappings,
bool removeUnparentedCloaks
)
パラメーター
- newName
型 : System.String
新しい名前。
- newOwner
型 : System.String
新しい所有者。
- newComment
型 : System.String
新しいコメント。
- newMappings
型 : array<Microsoft.TeamFoundation.VersionControl.Client.WorkingFolder[]
新しいマッピング。
- removeUnparentedCloaks
型 : System.Boolean
は無視できるマッピングのエラーを取り除くように調整します。falseエラーのマッピングを削除します。
解説
名前、コメント、および作業フォルダーを変更できます。リポジトリはchangedWorkspaceで参照されます。(リポジトリを越えてワークスペースを実行できません。)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。