IAttachedCollectionService.GetOrCreateCollectionSource(Object, String) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.