VersionControlServer.SetChangesetProperty メソッド (Int32, String, Nullable<Int32>)
Changesetへの PropertyValue のオブジェクトのを設定します。
名前空間: Microsoft.TeamFoundation.VersionControl.Client
アセンブリ: Microsoft.TeamFoundation.VersionControl.Client (Microsoft.TeamFoundation.VersionControl.Client.dll 内)
構文
'宣言
Public Sub SetChangesetProperty ( _
changesetId As Integer, _
propertyName As String, _
value As Nullable(Of Integer) _
)
public void SetChangesetProperty(
int changesetId,
string propertyName,
Nullable<int> value
)
パラメーター
- changesetId
型 : System.Int32
変更セットの ID
- propertyName
型 : System.String
プロパティの名前。
- value
型 : System.Nullable<Int32>
プロパティに代入する値。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。