IDifferenceViewer.ActiveViewType Property
Gets or sets the active view that last had focus.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property ActiveViewType As DifferenceViewType
DifferenceViewType ActiveViewType { get; }
property DifferenceViewType ActiveViewType {
DifferenceViewType get ();
}
abstract ActiveViewType : DifferenceViewType with get
function get ActiveViewType () : DifferenceViewType
Property Value
Type: Microsoft.VisualStudio.Text.Differencing.DifferenceViewType
The active view that last had focus.
.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.