IMergeChange.ModifiedChange Property
The Modified change object that represents all modified changes
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
ReadOnly Property ModifiedChange As IDiffChange
IDiffChange ModifiedChange { get; }
property IDiffChange^ ModifiedChange {
IDiffChange^ get ();
}
abstract ModifiedChange : IDiffChange with get
function get ModifiedChange () : IDiffChange
Property Value
Type: Microsoft.TeamFoundation.Diff.IDiffChange
Returns IDiffChange.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.