共用方式為


IAttachedCollectionSourceProvider.CreateCollectionSource 方法

定義

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

public:
 Microsoft::VisualStudio::Shell::IAttachedCollectionSource ^ CreateCollectionSource(System::Object ^ item, System::String ^ relationshipName);
public:
 Microsoft::VisualStudio::Shell::IAttachedCollectionSource ^ CreateCollectionSource(Platform::Object ^ item, Platform::String ^ relationshipName);
Microsoft::VisualStudio::Shell::IAttachedCollectionSource CreateCollectionSource(winrt::Windows::Foundation::IInspectable const & item, std::wstring const & relationshipName);
public Microsoft.VisualStudio.Shell.IAttachedCollectionSource CreateCollectionSource (object item, string relationshipName);
abstract member CreateCollectionSource : obj * string -> Microsoft.VisualStudio.Shell.IAttachedCollectionSource
Public Function CreateCollectionSource (item As Object, relationshipName As String) As IAttachedCollectionSource

參數

item
Object

應該建立集合的來源專案。

relationshipName
String

應該建立集合之關聯性的名稱。

傳回

新的附加集合來源,如果這個提供者不支援為此物件建立集合,則為 null。

適用於