IAttachedCollectionSourceProvider2 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示服務可列舉服務所瞭解之物件存在之關聯性的服務,也可以為服務了解的關聯性和物件建立附加集合。
public interface IAttachedCollectionSourceProvider2 : Microsoft.VisualStudio.Shell.IAttachedCollectionSourceProvider
type IAttachedCollectionSourceProvider2 = interface
interface IAttachedCollectionSourceProvider
Public Interface IAttachedCollectionSourceProvider2
Implements IAttachedCollectionSourceProvider
- 實作
方法
CreateCollectionSource(Object, String) |
針對指定的對象和關聯性,建立 IAttachedCollectionSource。 這個附加集合應該包含指定關聯性的專案,因為它們與來源項目相關。 (繼承來源 IAttachedCollectionSourceProvider) |
GetItemsForPath(String) |
擷取這個提供者擁有的所有專案,這些專案代表指定之檔案路徑上的檔。 |
GetRelationships(Object) |
針對指定的 物件,列舉這個提供者知道的可能關聯性集合。 (繼承來源 IAttachedCollectionSourceProvider) |