Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a pointer to the difference viewer that created 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 Viewer As IWpfDifferenceViewer
IWpfDifferenceViewer Viewer { get; }
property IWpfDifferenceViewer^ Viewer {
IWpfDifferenceViewer^ get ();
}
abstract Viewer : IWpfDifferenceViewer with get
function get Viewer () : IWpfDifferenceViewer
Property Value
Type: Microsoft.VisualStudio.Text.Differencing.IWpfDifferenceViewer
The pointer to the difference viewer that created 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.