Compartilhar via


IAttachedCollectionService.GetRelationship(Object, String) Método

Definição

Dado um nome para uma relação, retorna um IAttachedRelationship que contém uma descrição localizável da relação.

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

Parâmetros

item
Object

O item para o qual obter as informações de exibição da relação.

relationshipName
String

O nome conhecido da relação.

Retornos

Uma instância IAttachedRelationship correspondente à relação ou nula se a relação for desconhecida.

Aplica-se a