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.
Determines whether this viewer has been initialized.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
ReadOnly Property IsInitialized As Boolean
bool IsInitialized { get; }
property bool IsInitialized {
bool get ();
}
abstract IsInitialized : bool with get
function get IsInitialized () : boolean
Property Value
Type: Boolean
true if this viewer been initialized, otherwise false.
.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.