Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains metadata about an attached relationship, used by the IAttachedCollectionService to describe relationships between objects.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)
Syntax
'Declaration
Public Interface IAttachedRelationship
public interface IAttachedRelationship
public interface class IAttachedRelationship
type IAttachedRelationship = interface end
public interface IAttachedRelationship
The IAttachedRelationship type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DisplayName | Gets a localizable description of this relationship. |
![]() |
Name | Gets the non-localized uniquely-identifying name of this relationship. |
Top