IAttachedCollectionService.GetOrCreateCollectionSource(Object, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou crée un instance IAttachedCollectionSource représentant une collection jointe pour la relation donnée sur l’élément donné.
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
Paramètres
- item
- Object
Élément à partir duquel obtenir la collection jointe.
- relationshipName
- String
Nom de la relation décrivant la collection jointe à obtenir ou à créer.
Retours
Un instance IAttachedCollectionSource représentant la collection jointe.
Remarques
Pour un exemple concret, un élément de type « Class » pour une relation identifiée par « Types de base » entraînerait la construction d’une IAttachedCollectionSource dont la propriété Items contient les types de base pour l’élément.