Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Public Property DifferenceType As StringDifferenceTypes
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.