IDifferenceTextViewModel.ViewType Property
Gets or sets the type of the view that uses this IDifferenceTextViewModel.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
ReadOnly Property ViewType As DifferenceViewType
DifferenceViewType ViewType { get; }
property DifferenceViewType ViewType {
DifferenceViewType get ();
}
abstract ViewType : DifferenceViewType with get
function get ViewType () : DifferenceViewType
Property Value
Type: Microsoft.VisualStudio.Text.Differencing.DifferenceViewType
The type of the view that uses this IDifferenceTextViewModel.
.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.