StringDifferenceOptions.DifferenceType Property
The type of string differencing to do, as a combination of line, word, and character differencing.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'宣言
Public Property DifferenceType As StringDifferenceTypes
Get
Set
public StringDifferenceTypes DifferenceType { get; set; }
public:
property StringDifferenceTypes DifferenceType {
StringDifferenceTypes get ();
void set (StringDifferenceTypes value);
}
member DifferenceType : StringDifferenceTypes with get, set
function get DifferenceType () : StringDifferenceTypes
function set DifferenceType (value : StringDifferenceTypes)
Property Value
Type: Microsoft.VisualStudio.Text.Differencing.StringDifferenceTypes
The StringDifferenceTypes.
.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.