IAttachedCollectionSource Interface

Definition

Represents an object instance that can return a collection of items, and that knows whether or not any items exist without realizing the items themselves.

public interface class IAttachedCollectionSource
public interface class IAttachedCollectionSource
__interface IAttachedCollectionSource
public interface IAttachedCollectionSource
type IAttachedCollectionSource = interface
Public Interface IAttachedCollectionSource
Derived

Properties

HasItems

Determines whether this IAttachedCollectionSource has any items.

Items

Gets (and creates, if necessary) the collection of items associatedwith this IAttachedCollectionSource.

SourceItem

Gets the object used to create this IAttachedCollectionSource.

Applies to