IAttachedCollectionSourceProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示服務可列舉服務所瞭解之物件存在之關聯性的服務,也可以為服務了解的關聯性和物件建立附加集合。
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) |
針對指定的 物件,列舉這個提供者知道的可能關聯性集合。 |