Udostępnij za pośrednictwem


IAttachedCollectionSourceProvider.CreateCollectionSource Metoda

Definicja

Dla danego obiektu i relacji utwórz element IAttachedCollectionSource. Ta dołączona kolekcja powinna zawierać elementy dla danej relacji, ponieważ są one powiązane z elementem źródłowym.

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

Parametry

item
Object

Element źródłowy, dla którego ma zostać utworzona kolekcja.

relationshipName
String

Nazwa relacji, dla której ma zostać utworzona kolekcja.

Zwraca

Nowe dołączone źródło kolekcji lub wartość null, jeśli ten dostawca nie obsługuje tworzenia kolekcji dla tego obiektu.

Dotyczy