다음을 통해 공유


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)

Syntax

‘선언
ReadOnly Property IsEmpty As Boolean
bool IsEmpty { get; }
property bool IsEmpty {
    bool get ();
}
abstract IsEmpty : bool
function get IsEmpty () : boolean

Property Value

Type: System.Boolean
true if the layer is empty, otherwise false.

.NET Framework Security

See Also

Reference

IAdornmentLayer Interface

Microsoft.VisualStudio.Text.Editor Namespace