Bagikan melalui


IAttachedCollectionSourceProvider.CreateCollectionSource Metode

Definisi

Untuk objek dan hubungan tertentu, buat IAttachedCollectionSource. Koleksi terlampir ini harus berisi item untuk hubungan yang diberikan karena terkait dengan item sumber.

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

Parameter

item
Object

Item sumber tempat koleksi harus dibuat.

relationshipName
String

Nama hubungan tempat koleksi harus dibuat.

Mengembalikan

Sumber koleksi terlampir baru, atau null jika penyedia ini tidak mendukung pembuatan koleksi untuk obyek ini.

Berlaku untuk