QueryHistoryParameters.IncludeChanges Property
Set this property to true if you need for the returned Changeset objects to contain actual Change objects (the manifest of the changeset). By default, this property is false, and the Changeset objects returned will contain only the changeset metadata.
Note that even when this property is set to true, the set of returned Change objects is scoped to the Item/RecursionType pair used to perform the query.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property IncludeChanges As Boolean
public bool IncludeChanges { get; set; }
public:
property bool IncludeChanges {
bool get ();
void set (bool value);
}
member IncludeChanges : bool with get, set
function get IncludeChanges () : boolean
function set IncludeChanges (value : boolean)
Property Value
Type: System.Boolean
True if you need for the returned Changeset objects to contain actual Change objects (the manifest of the changeset); otherwise, False.
.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.