共用方式為


IAttachedCollectionService 介面

定義

表示可以根據已知關聯性取得專案附加集合的服務,並可列舉專案支援的關聯性。

public interface class IAttachedCollectionService
public interface class IAttachedCollectionService
__interface IAttachedCollectionService
public interface IAttachedCollectionService
type IAttachedCollectionService = interface
Public Interface IAttachedCollectionService

方法

GetOrCreateCollectionSource(Object, String)

取得或建立 IAttachedCollectionSource 實例,代表指定專案上指定關聯性的附加集合。

GetRelationship(Object, String)

指定關聯性的名稱,傳回包含關聯性可當地語系化描述的 IAttachedRelationship。

GetRelationships(Object)

取得指定專案支持的關聯性集合。

適用於