DiffOptions.VssOutputWidth Property

If this property is set then the VSS output will be adjusted to fit inside this width.

When set to -1 none of the output is trimmed at all.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'Declaration
Public Property VssOutputWidth As Integer
public int VssOutputWidth { get; set; }
public:
property int VssOutputWidth {
    int get ();
    void set (int value);
}
member VssOutputWidth : int with get, set
function get VssOutputWidth () : int 
function set VssOutputWidth (value : int)

Property Value

Type: System.Int32
Returns the width of the VSS output format.

.NET Framework Security

See Also

Reference

DiffOptions Class

Microsoft.TeamFoundation.VersionControl.Common Namespace