IWpfDifferenceViewer::IsInitialized Property

 

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)

property bool IsInitialized {
	bool get();
}

Property Value

Type: System::Boolean

true if this viewer been initialized, otherwise false.

Return to top
Show: