IDifferenceViewer.RightView Property
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Déclaration
ReadOnly Property RightView As ITextView
ITextView RightView { get; }
property ITextView^ RightView {
ITextView^ get ();
}
abstract RightView : ITextView
function get RightView () : ITextView
Property Value
Type: Microsoft.VisualStudio.Text.Editor.ITextView
.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.