Compartir a través de


IAttachedCollectionService.GetRelationship(Object, String) Método

Definición

Dado un nombre para una relación, devuelve un IAttachedRelationship que contiene una descripción localizable de la relación.

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

Elemento para el que se va a obtener la información de presentación de la relación.

relationshipName
String

Nombre conocido de la relación.

Devoluciones

Una instancia de IAttachedRelationship correspondiente a la relación, o null si se desconoce la relación.

Se aplica a