Condividi tramite


IAttachedCollectionService.GetRelationship(Object, String) Metodo

Definizione

Dato un nome per una relazione, restituisce un oggetto IAttachedRelationship contenente una descrizione localizzata della relazione.

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

Parametri

item
Object

Elemento per il quale ottenere le informazioni di visualizzazione della relazione.

relationshipName
String

Nome noto per la relazione.

Restituisce

Istanza IAttachedRelationship corrispondente alla relazione o Null se la relazione è sconosciuta.

Si applica a