RightCodeWindow Property
Gets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.Delta.VSDelta
Assembly: Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)
Syntax
'Declaration
Public ReadOnly Property RightCodeWindow As IVsCodeWindow
Get
'Usage
Dim instance As DiffViewerCodeWindow
Dim value As IVsCodeWindow
value = instance.RightCodeWindow
public IVsCodeWindow RightCodeWindow { get; }
public:
property IVsCodeWindow^ RightCodeWindow {
IVsCodeWindow^ get ();
}
member RightCodeWindow : IVsCodeWindow
function get RightCodeWindow () : IVsCodeWindow
Property Value
Type: IVsCodeWindow