IAdornmentLayer::IsEmpty Property

 

Determines whether this layer is empty, that is, it does not contain any adornments.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

property bool IsEmpty {
	bool get();
}

Property Value

Type: System::Boolean

true if the layer is empty, otherwise false.

Return to top
Show: