Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Property DifferenceOptions As StringDifferenceOptions
StringDifferenceOptions DifferenceOptions { get; set; }
property StringDifferenceOptions DifferenceOptions {
StringDifferenceOptions get ();
void set (StringDifferenceOptions value);
}
abstract DifferenceOptions : StringDifferenceOptions with get, set
function get DifferenceOptions () : StringDifferenceOptions
function set DifferenceOptions (value : StringDifferenceOptions)
Property Value
Type: Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions
.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.