メモ: この API は、互換性のために残されています。
SavedCheckin の新しいインスタンスを初期化します。
名前空間: Microsoft.TeamFoundation.VersionControl.Client
アセンブリ: Microsoft.TeamFoundation.VersionControl.Client (Microsoft.TeamFoundation.VersionControl.Client.dll 内)
構文
'宣言
<ObsoleteAttribute("This constructor has been deprecated, use the constructor with excluded changes.")> _
Public Sub New ( _
changes As PendingChange(), _
comment As String, _
checkinNotes As CheckinNote, _
workItemCheckinInfo As WorkItemCheckinInfo(), _
policyOverrideComment As String _
)
[ObsoleteAttribute("This constructor has been deprecated, use the constructor with excluded changes.")]
public SavedCheckin(
PendingChange[] changes,
string comment,
CheckinNote checkinNotes,
WorkItemCheckinInfo[] workItemCheckinInfo,
string policyOverrideComment
)
パラメーター
- changes
型 : array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
実証済みのチェックインの保留中の変更のセット。
- comment
型 : System.String
実証済みのチェックイン コメント。
- checkinNotes
型 : Microsoft.TeamFoundation.VersionControl.Client.CheckinNote
実証済みのチェックインについてのチェックイン ノート。
- workItemCheckinInfo
型 : array<Microsoft.TeamFoundation.VersionControl.Client.WorkItemCheckinInfo[]
実証済みのチェックインに関連付けられている作業項目。
- policyOverrideComment
型 : System.String
実証済みのチェックイン ポリシー オーバーライドのコメント、それが指定されている場合)。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。