次の方法で共有


IAttachedCollectionSource インターフェイス

定義

項目のコレクションを返すことができるオブジェクト インスタンスを表し、項目自体を認識せずに項目が存在するかどうかを認識します。

public interface class IAttachedCollectionSource
public interface class IAttachedCollectionSource
__interface IAttachedCollectionSource
public interface IAttachedCollectionSource
type IAttachedCollectionSource = interface
Public Interface IAttachedCollectionSource
派生

プロパティ

HasItems

この IAttachedCollectionSource に項目がある場合は true、それ以外の場合は false を返します。 HasItems にアクセスすると、必ずしもアイテム自体が作成されるわけではありません。

Items

この IAttachedCollectionSource に関連付けられている項目のコレクションを取得 (および必要に応じて作成) します。

SourceItem

この IAttachedCollectionSource の作成に使用するオブジェクトを取得します。

適用対象