Share via


IAsyncAttachedCollectionSource.IsUpdatingHasItems Property

Determines whether the HasItems property is currently being updated. Because updating HasItems may be an asynchronous operation, consumers of the IAttachedCollectionSource may want to wait for this property to become false before deciding that there are no items.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

Syntax

'Declaration
ReadOnly Property IsUpdatingHasItems As Boolean
bool IsUpdatingHasItems { get; }
property bool IsUpdatingHasItems {
    bool get ();
}
abstract IsUpdatingHasItems : bool with get
function get IsUpdatingHasItems () : boolean

Property Value

Type: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

IAsyncAttachedCollectionSource Interface

Microsoft.VisualStudio.Shell Namespace