IAttachedCollectionSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Returns true if this IAttachedCollectionSource has any items, otherwise false. Accessing HasItems does not necessarily create the items themselves. |
Items |
Gets (and creates, if necessary) the collection of items associated with this IAttachedCollectionSource. |
SourceItem |
Gets the object used to create this IAttachedCollectionSource. |