Compartilhar via


Propriedade IDifferenceBuffer.DifferenceOptions

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions

Segurança do .NET Framework

Consulte também

Referência

IDifferenceBuffer Interface

Namespace Microsoft.VisualStudio.Text.Differencing