Condividi tramite


IAttachedCollectionService.GetOrCreateCollectionSource(Object, String) Metodo

Definizione

Ottiene o crea un'istanza di IAttachedCollectionSource che rappresenta una raccolta associata per la relazione specificata nell'elemento specificato.

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

Parametri

item
Object

Elemento da cui ottenere la raccolta associata.

relationshipName
String

Nome della relazione che descrive la raccolta associata da ottenere o creare.

Restituisce

Istanza di IAttachedCollectionSource che rappresenta la raccolta associata.

Commenti

Per un esempio concreto, un elemento di tipo "Class" per una relazione identificata da "Tipi di base" comporta la costruzione di un oggetto IAttachedCollectionSource la cui proprietà Items contiene i tipi di base per l'elemento.

Si applica a