CheckinEvent コンストラクター (Int32, DateTime, String, String, String)
チェックインの値を使ってオブジェクトを構築します。
名前空間: Microsoft.TeamFoundation.VersionControl.Common
アセンブリ: Microsoft.TeamFoundation.VersionControl.Common.Integration (Microsoft.TeamFoundation.VersionControl.Common.Integration.dll 内)
構文
'宣言
Public Sub New ( _
changeset As Integer, _
creationDate As DateTime, _
owner As String, _
committer As String, _
comment As String _
)
public CheckinEvent(
int changeset,
DateTime creationDate,
string owner,
string committer,
string comment
)
パラメーター
- changeset
型 : System.Int32
- creationDate
型 : System.DateTime
- owner
型 : System.String
- committer
型 : System.String
- comment
型 : System.String
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。