Udostępnij za pośrednictwem


IAttachedCollectionService.GetOrCreateCollectionSource(Object, String) Metoda

Definicja

Pobiera lub tworzy wystąpienie IAttachedCollectionSource reprezentujące dołączoną kolekcję dla danej relacji w danym elemencie.

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

Parametry

item
Object

Element umożliwiający pobranie dołączonej kolekcji.

relationshipName
String

Nazwa relacji opisująca, która dołączona kolekcja ma zostać pobrana lub utworzona.

Zwraca

Wystąpienie IAttachedCollectionSource reprezentujące dołączoną kolekcję.

Uwagi

W konkretnym przykładzie element typu "Klasa" dla relacji zidentyfikowanej przez "Typy podstawowe" spowoduje utworzenie elementu IAttachedCollectionSource, którego właściwość Items zawiera typy podstawowe elementu.

Dotyczy