共用方式為


IAttachedCollectionSourceProvider 介面

定義

表示服務可列舉服務所瞭解之物件存在之關聯性的服務,也可以為服務了解的關聯性和物件建立附加集合。

public interface class IAttachedCollectionSourceProvider
public interface class IAttachedCollectionSourceProvider
__interface IAttachedCollectionSourceProvider
public interface IAttachedCollectionSourceProvider
type IAttachedCollectionSourceProvider = interface
Public Interface IAttachedCollectionSourceProvider
衍生

方法

CreateCollectionSource(Object, String)

針對指定的對象和關聯性,建立 IAttachedCollectionSource。 這個附加集合應該包含指定關聯性的專案,因為它們與來源項目相關。

GetRelationships(Object)

針對指定的 物件,列舉這個提供者知道的可能關聯性集合。

適用於