IsClosed Property
Determine if this viewer is closed.
Namespace: Microsoft.VisualStudio.Data.Tools.Delta
Assembly: Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)
Syntax
'Declaration
ReadOnly Property IsClosed As Boolean
Get
'Usage
Dim instance As IDifferenceViewer
Dim value As Boolean
value = instance.IsClosed
bool IsClosed { get; }
property bool IsClosed {
bool get ();
}
abstract IsClosed : bool
function get IsClosed () : boolean
Property Value
Type: System..::..Boolean