Share via


IDifferenceTextViewModel.ViewType Property

Definition

The type of the view that uses this IDifferenceTextViewModel.

public:
 property Microsoft::VisualStudio::Text::Differencing::DifferenceViewType ViewType { Microsoft::VisualStudio::Text::Differencing::DifferenceViewType get(); };
public:
 property Microsoft::VisualStudio::Text::Differencing::DifferenceViewType ViewType { Microsoft::VisualStudio::Text::Differencing::DifferenceViewType get(); };
public Microsoft.VisualStudio.Text.Differencing.DifferenceViewType ViewType { get; }
member this.ViewType : Microsoft.VisualStudio.Text.Differencing.DifferenceViewType
Public ReadOnly Property ViewType As DifferenceViewType

Property Value

The type of the view that uses this IDifferenceTextViewModel.

Applies to