次の方法で共有


DiffOptions.VssOutputWidth Property

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

Syntax

'宣言
Public Property VssOutputWidth As Integer
    Get
    Set
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

.NET Framework Security

See Also

Reference

DiffOptions Class

Microsoft.TeamFoundation.VersionControl.Common Namespace