DiffOptions Members

Include Protected Members
Include Inherited Members

The DiffOptions type exposes the following members.

Constructors

 

Name

Description

Public method

DiffOptions

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetCodePage

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

SetTargetEncodingToConsole

Sets the target encoding to the encoding of the Console.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

CodePageOverride

Gets or sets the code page override from the command-line.

Public property

CommandLineOptions

Gets or sets the command-line options to pass to third-party tools.

Public property

ContextLines

Gets or sets the number of lines of context to provide for output formats that use them.

Public property

CultureInfo

Gets or sets the CultureInfo.

Public property

Flags

Gets or sets the various flags used for a difference operation.

Public property

OutputType

Gets or sets the OutputType to use.

Public property

Recursive

Gets or sets the flag that indicates whether this diff operation should be recursive.

Public property

SourceEncoding

Gets or sets the encoding of the source files.

Public property

SourceLabel

Gets or sets the string that should be used to label the source diff stream.

Public property

StreamWriter

Public property

TargetEncoding

Gets or sets the encoding of the output stream.

Public property

TargetLabel

Gets or sets the string that should be used to label the target diff stream.

Public property

UseThirdPartyTool

Gets or sets the flag that indicates whether this diff should use a third-party tool.

Public property

VssFormatType

Gets or sets the VSS output subtype that will be used when formatting the output stream.

Public property

VssOutputWidth

Gets or sets the property to indicate whether the VSS output will be adjusted to fit inside this width.

Top

See Also

Reference

DiffOptions Class

Microsoft.TeamFoundation.VersionControl.Common Namespace