IDifferenceTextViewModel.ViewType Property

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Déclaration
ReadOnly Property ViewType As DifferenceViewType
DifferenceViewType ViewType { get; }
property DifferenceViewType ViewType {
    DifferenceViewType get ();
}
abstract ViewType : DifferenceViewType
function get ViewType () : DifferenceViewType

Property Value

Type: Microsoft.VisualStudio.Text.Differencing.DifferenceViewType

.NET Framework Security

See Also

Reference

IDifferenceTextViewModel Interface

Microsoft.VisualStudio.Text.Differencing Namespace